menu
archery package
documentation
archery/core/orm/model.dart
Model
save abstract method
save abstract method
dark_mode
light_mode
save
abstract method
Future
<
bool
>
save
(
{
Disk
disk
=
Model.defaultDisk
,
})
Saves the current instance.
Implementation
Future<bool> save({Disk disk = Model.defaultDisk});
archery package
documentation
archery/core/orm/model
Model
save abstract method
Model class