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