toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final imageObjectId = this.imageObjectId;
final imageReplaceMethod = this.imageReplaceMethod;
final url = this.url;
return {
'imageObjectId': ?imageObjectId,
'imageReplaceMethod': ?imageReplaceMethod,
'url': ?url,
};
}