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