tiki_sdk_dart
node
XchainRepository
save method
save
save
method
Null safety
void
save
(
XchainModel
xchain
)
Persists
xchain
in
_db
.
Implementation
void save(XchainModel xchain) { throw UnimplementedError(); }
tiki_sdk_dart
node
XchainRepository
save method
XchainRepository class
Constructors
XchainRepository
Properties
hashCode
runtimeType
Methods
createTable
noSuchMethod
save
toString
update
Operators
operator ==
Constants
columnAddress
columnLastBlock
columnPublicKey
table