AttributeDefinition class

A client-defined consent attribute.

Constructors

AttributeDefinition({List<String>? allowedValues, String? category, List<String>? consentDefaultValues, String? dataMappingDefaultValue, String? description, String? name})
AttributeDefinition.fromJson(Map json_)

Properties

allowedValues List<String>?
Possible values for the attribute.
getter/setter pair
category String?
The category of the attribute.
getter/setter pair
consentDefaultValues List<String>?
Default values of the attribute in Consents.
getter/setter pair
dataMappingDefaultValue String?
Default value of the attribute in User data mappings.
getter/setter pair
description String?
A description of the attribute.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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