ContactConsentModel class
Constructors
- ContactConsentModel({required String ContactId, required String ConsentMessageId, required String ConsentType, required bool ShowConsentBar, required bool NeedConsentReview, required ContactConsentTrackingPermissionModel TrackingPermission, required ContactConsentContactingPermissionModel ContactingPermission})
-
ContactConsentModel.fromJson(Map<
String, dynamic> ? rawJson) -
factory
Properties
- ConsentMessageId → String
-
final
- ConsentType → String
-
final
- ContactId → String
-
final
- ContactingPermission → ContactConsentContactingPermissionModel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- NeedConsentReview → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ShowConsentBar → bool
-
final
- TrackingPermission → ContactConsentTrackingPermissionModel
-
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