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