CreateAllowlistIdentifierRequest class

Constructors

CreateAllowlistIdentifierRequest.new({required String identifier, bool notify = false})
Returns a new CreateAllowlistIdentifierRequest instance.

Properties

hashCode int
The hash code for this object.
no setteroverride
identifier String
The identifier to be added in the allow-list. This can be an email address, a phone number or a web3 wallet.
getter/setter pair
notify bool
This flag denotes whether the given identifier will receive an invitation to join the application. Note that this only works for email address and phone number identifiers.
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.
override

Operators

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

Static Methods

fromJson(dynamic value) CreateAllowlistIdentifierRequest?
Returns a new CreateAllowlistIdentifierRequest instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<CreateAllowlistIdentifierRequest>
mapFromJson(dynamic json) Map<String, CreateAllowlistIdentifierRequest>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<CreateAllowlistIdentifierRequest>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.