OrganizationDomainVerification class

Constructors

OrganizationDomainVerification.new({required OrganizationDomainVerificationStatusEnum status, required String strategy, required int? attempts, required int? expireAt})
Returns a new OrganizationDomainVerification instance.

Properties

attempts int?
How many attempts have been made to verify the domain
getter/setter pair
expireAt int?
Unix timestamp of when the verification will expire
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OrganizationDomainVerificationStatusEnum
Status of the verification. It can be unverified or verified
getter/setter pair
strategy String
Name of the strategy used to verify the domain
getter/setter pair

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

Constants

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