toJson method

Map<String, dynamic> toJson()

Implementation

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