toJson method

Map<String, dynamic> toJson()

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,
  };
}