clean_core
clean_core
CRUDRepositoryAsync
<
Domain extends BasicDomainObject<
IntIdentifier
>
>
findBy abstract method
findBy
findBy
method
Null safety
Future
<
Domain
>
findBy
(
int
keyId
)
Find the correspondent domain by it's Key Id.
Implementation
Future<Domain> findBy(int keyId);
clean_core
clean_core
CRUDRepositoryAsync
<
Domain extends BasicDomainObject<
IntIdentifier
>
>
findBy abstract method
CRUDRepositoryAsync class
Constructors
CRUDRepositoryAsync
Properties
hashCode
runtimeType
Methods
count
create
destroy
dispose
edit
findAll
findBy
init
noSuchMethod
toString
Operators
operator ==