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