ContentOptions constructor

ContentOptions({
  1. required bool html,
})

Implementation

ContentOptions({required bool html})
    : _delegate = interop.ContentOptions(html: html);