toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final dataItem = this.dataItem;
final hasTruncatedAnnotations = this.hasTruncatedAnnotations;
return {
'annotations': ?annotations,
'dataItem': ?dataItem,
'hasTruncatedAnnotations': ?hasTruncatedAnnotations,
};
}