CurrentUserStatus class

Constructors

CurrentUserStatus({Map<String, PurposeStatus>? purposes, Map<String, VendorStatus>? vendors})
CurrentUserStatus.fromJson(dynamic json)

Properties

additionalConsent String?
getter/setter pair
consentString String?
getter/setter pair
created String?
getter/setter pair
didomiDcs String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
purposes Map<String, PurposeStatus>?
getter/setter pair
regulation String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated String?
getter/setter pair
userId String?
getter/setter pair
vendors Map<String, VendorStatus>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purposesAsJson() Map<String, dynamic>?
toString() String
A string representation of this object.
inherited
vendorsAsJson() Map<String, dynamic>?

Operators

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