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