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