VerifiableIdentityAddress class abstract

VerifiableAddress is an identity's verifiable address

Properties:

  • createdAt - When this entry was created
  • id
  • status - VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema
  • updatedAt - When this entry was last updated
  • value - The address value example foo@user.com
  • verified - Indicates if the address has already been verified
  • verifiedAt
  • via - VerifiableAddressType must not exceed 16 characters as that is the limitation in the SQL Schema

Constructors

VerifiableIdentityAddress([void updates(VerifiableIdentityAddressBuilder b)])
factory

Properties

createdAt DateTime?
When this entry was created
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema
no setter
updatedAt DateTime?
When this entry was last updated
no setter
value String
The address value example foo@user.com
no setter
verified bool
Indicates if the address has already been verified
no setter
verifiedAt DateTime?
no setter
via String
VerifiableAddressType must not exceed 16 characters as that is the limitation in the SQL Schema
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(VerifiableIdentityAddressBuilder)) VerifiableIdentityAddress
Rebuilds the instance.
inherited
toBuilder() VerifiableIdentityAddressBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<VerifiableIdentityAddress>
no setter