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