update method
Updates the current instance with new data.
Implementation
@override
Future<bool> update({DatabaseDisk? disk}) async => await Model.updateInstance<User>(instance: this, withJson: toMetaJson(), disk: disk ?? this.disk);
Updates the current instance with new data.
@override
Future<bool> update({DatabaseDisk? disk}) async => await Model.updateInstance<User>(instance: this, withJson: toMetaJson(), disk: disk ?? this.disk);