ENS class
- Annotations
Constructors
- ENS({required String name, required String address, required String registrant, required String owner, required String resolver, @JsonKey(name: 'registrant_time') required DateTime registrantTime, @JsonKey(name: 'expiration_time') required DateTime expirationTime, @JsonKey(name: 'token_id') required String tokenId, @JsonKey(name: 'text_records') required dynamic textRecords})
-
constfactory
-
ENS.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
read-onlyinherited
-
copyWith
→ $ENSCopyWith<
ENS> -
read-onlyinherited
- expirationTime → DateTime
-
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String
-
read-onlyinherited
- owner → String
-
read-onlyinherited
- registrant → String
-
read-onlyinherited
- registrantTime → DateTime
-
read-onlyinherited
- resolver → String
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- textRecords → dynamic
-
read-onlyinherited
- tokenId → String
-
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited