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