menu
hive package
documentation
hive
HiveObjectMixin
save method
save
brightness_4
save
method
Null safety
Future
<
void
>
save
(
)
Persists this object.
Implementation
Future<void> save() { _requireInitialized(); return _box!.put(_key, this); }
hive package
documentation
hive
HiveObjectMixin
save method
HiveObjectMixin mixin
Properties
box
hashCode
isInBox
key
runtimeType
Methods
delete
noSuchMethod
save
toString
Operators
operator ==