DbNip05 class

Inheritance
Annotations
  • @Collection(inheritance: true)

Constructors

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

Properties

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

Methods

needsUpdate(Duration duration) bool
inherited
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