ConsentStatus enum

Consent Statuses explaining situation about Consent Form

Inheritance

Constructors

ConsentStatus()
const

Values

notRequired → const ConsentStatus

notRequired status means, that form would not be shown by user, because his location is not at EEA or UK;

required → const ConsentStatus

required status means, that form should be shown by user, because his location is at EEA or UK;

obtained → const ConsentStatus

obtained status means, that user already chose one of the variants ('Consent' or 'Do not consent');

unknown → const ConsentStatus

unknown status means, that there is no information about user location.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<ConsentStatus>
A constant List of the values in this enum, in order of their declaration.