TrackingPermission class

Constructors

TrackingPermission({required bool termsAndConditions, required bool privacyOverview, required bool necessaryCookies, required bool preferencesCookies, required bool analyticsCookies, required bool marketingCookies, required bool socialMediaCookies})

Properties

analyticsCookies bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
marketingCookies bool
getter/setter pair
necessaryCookies bool
getter/setter pair
preferencesCookies bool
getter/setter pair
privacyOverview bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialMediaCookies bool
getter/setter pair
termsAndConditions bool
getter/setter pair

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