Nip05 class
domain identifier entity
- Implementers
Constructors
-
Nip05({required String pubKey, required String nip05, bool valid = false, int? networkFetchTime, List<
String> ? relays = const []}) -
creates a new Nip05 instance
nip05
the nip05 identifiervalid
whether the nip05 is validnetworkFetchTime
the last time the nip05 was checkedrelays
the relays associated with the nip05
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkFetchTime ↔ int?
-
getter/setter pair
- nip05 ↔ String
-
getter/setter pair
- pubKey ↔ String
-
getter/setter pair
-
relays
↔ List<
String> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valid ↔ bool
-
getter/setter pair
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