GetDetails constructor

GetDetails({
  1. bool? incognito,
})

Implementation

GetDetails(
    {
    /// Whether to return the value that applies to the incognito session
    /// (default false).
    bool? incognito})
    : _wrapped = $js.GetDetails(incognito: incognito);