ContentOptions constructor
ContentOptions({
- required bool html,
Implementation
ContentOptions({required bool html})
: _delegate = interop.ContentOptions(html: html);
ContentOptions({required bool html})
: _delegate = interop.ContentOptions(html: html);