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