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