Purposes class

User status for purposes

Constructors

Purposes.fromJson(dynamic json)

Properties

Enabled and disabled IDs of purposes that have been explicitly chosen by the user regarding the consent Legal Basis.
getter/setter pair
essential List<String>?
IDs of purposes that are considered essential.
getter/setter pair
global Ids?
Computed sets/lists of enabled and disabled IDs of purposes that have been chosen by the user regarding the consent or legitimate interest Legal Basis. Purposes considered as essential will be part of the enabled IDs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
legitimateInterest Ids?
Enabled and disabled IDs of purposes that have been explicitly chosen by the user regarding the legitimate interest Legal Basis.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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