DomainInfo class
Contains general information about a domain.
Constructors
- DomainInfo({required String name, required RegistrationStatus status, String? arn, String? description})
-
DomainInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The ARN of the domain.
final
- description → String?
-
The description of the domain provided through RegisterDomain.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the domain. This name is unique within the account.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → RegistrationStatus
-
The status of the domain:
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited