UserConsentStatus class
Constructors
-
UserConsentStatus({required UserChoiceStatus hasUserChoice, required Map<
String, ConsentStatus> vendors, required Map<String, ConsentStatus> purposes, required String tcf, required String addtlConsent, required String regulation}) - UserConsentStatus.fromJson(Map json)
-
factory
Properties
- addtlConsent → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasUserChoice → UserChoiceStatus
-
final
-
purposes
→ Map<
String, ConsentStatus> -
final
- regulation → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tcf → String
-
final
-
vendors
→ Map<
String, ConsentStatus> -
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