CookieSettingsTexts class

Constructors

CookieSettingsTexts.new({String dialogTitle = 'Cookie Settings', String essentialTitle = 'Essential Cookies', String essentialDescription = 'These cookies are necessary for the website to function and cannot be switched off.', String analyticsTitle = 'Analytics Cookies', String analyticsDescription = 'These cookies help us understand how visitors interact with our website.', String marketingTitle = 'Marketing Cookies', String marketingDescription = 'These cookies are used to track visitors across websites.', String cancelButton = 'Cancel', String saveButton = 'Save'})
const

Properties

analyticsDescription String
final
analyticsTitle String
final
cancelButton String
final
dialogTitle String
final
essentialDescription String
final
essentialTitle String
final
hashCode int
The hash code for this object.
no setterinherited
marketingDescription String
final
marketingTitle String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveButton String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited