clean_core
clean_core
CRUDUseCaseAsync
<
Domain extends BasicDomainObject<
IntIdentifier
>
>
findAll abstract method
findAll
findAll
method
Null safety
Future
<
List
<
Domain
>
>
findAll
(
)
Find all domains.
Implementation
Future<List<Domain>> findAll();
clean_core
clean_core
CRUDUseCaseAsync
<
Domain extends BasicDomainObject<
IntIdentifier
>
>
findAll abstract method
CRUDUseCaseAsync class
Constructors
CRUDUseCaseAsync
Properties
hashCode
runtimeType
Methods
count
create
destroy
dispose
edit
findAll
findBy
init
noSuchMethod
toString
Operators
operator ==