ContactConsentTrackingPermissionModel class
Constructors
- ContactConsentTrackingPermissionModel({required bool? TermsAndConditions, required bool? PrivacyOverview, required bool? NecessaryCookies, required bool? PreferencesCookies, required bool? AnalyticsCookies, required bool? MarketingCookies, required bool? SocialMediaCookies})
-
ContactConsentTrackingPermissionModel.fromJson(Map<
String, dynamic> ? rawJson) -
factory
Properties
- AnalyticsCookies → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- MarketingCookies → bool?
-
final
- NecessaryCookies → bool?
-
final
- PreferencesCookies → bool?
-
final
- PrivacyOverview → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- SocialMediaCookies → bool?
-
final
- TermsAndConditions → bool?
-
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