tiki_sdk_dart
ownership
OwnershipService
getById method
getById
getById
method
Null safety
OwnershipModel
?
getById
(
Uint8List
id
)
Implementation
OwnershipModel? getById(Uint8List id) => _repository.getById(id);
tiki_sdk_dart
ownership
OwnershipService
getById method
OwnershipService class
Constructors
OwnershipService
Properties
hashCode
nodeService
runtimeType
Methods
create
getAll
getById
getBySource
noSuchMethod
toString
Operators
operator ==