HtmlOperatorOptions.fromJson constructor
HtmlOperatorOptions.fromJson(
- Map json_
Implementation
HtmlOperatorOptions.fromJson(core.Map json_)
: this(operatorName: json_['operatorName'] as core.String?);