ClearDetails constructor

ClearDetails({
  1. Scope? scope,
})

Implementation

ClearDetails(
    {
    /// Where to clear the setting (default: regular).
    Scope? scope})
    : _wrapped = $js.ClearDetails(scope: scope?.toJS);