GetCallbackDetails constructor
GetCallbackDetails({
- required Object setting,
Implementation
GetCallbackDetails(
{
/// The content setting. See the description of the individual
/// ContentSetting objects for the possible values.
required Object setting})
: _wrapped = $js.GetCallbackDetails(setting: setting.jsify()!);