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