GDPRContext class

DevicePlatforms An enum for device platform types.

Annotations

Constructors

GDPRContext({required GDPRLegalBasis basis, String? documentId, String? documentVersion, String? documentDescription})
Creates a GDPRContext
const

Properties

basis GDPRLegalBasis
GDPR Basis for processing.
final
documentDescription String?
Description of the document.
final
documentId String?
ID of a GDPR basis document.
final
documentVersion String?
Version of the document.
final
hashCode int
The hash code for this object.
no setteroverride
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
toMap() Map<String, Object?>
toMap Converts the tracker object to JSON.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override