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