tiki_sdk_dart
block
BlockService
get method
get
get
method
Null safety
BlockModel
?
get
(
Uint8List
id
)
Gets a
BlockModel
by
BlockModel.id
Implementation
BlockModel? get(Uint8List id) => _repository.getById(id);
tiki_sdk_dart
block
BlockService
get method
BlockService class
Constructors
BlockService
Properties
database
hashCode
runtimeType
Methods
commit
create
get
noSuchMethod
toString
Operators
operator ==
Constants
version