DbNip05 class

Inheritance
Annotations
  • @Collection(inheritance: true)

Constructors

DbNip05({required String pubKey, required String nip05, required bool valid, required int? networkFetchTime})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
no setter
networkFetchTime int?
getter/setter pairinherited
nip05 String
getter/setter pairinherited
pubKey String
getter/setter pairinherited
relays List<String>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valid bool
getter/setter pairinherited

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

Static Methods

fromNip05(Nip05 nip05) DbNip05