UserSettingsCookieSynchronizationConfigurationAllowlist constructor
const
UserSettingsCookieSynchronizationConfigurationAllowlist({})
Creates a new UserSettingsCookieSynchronizationConfigurationAllowlist.
domain Domain of the cookie.
name Name of the cookie.
path Path of the cookie.
Implementation
const UserSettingsCookieSynchronizationConfigurationAllowlist({
required this.domain,
this.name,
this.path,
});