toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final fields = this.fields;
final lineProperties = this.lineProperties;
final objectId = this.objectId;
return {
'fields': ?fields,
'lineProperties': ?lineProperties,
'objectId': ?objectId,
};
}