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