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