sunny_data library

Classes

ObservableRecord<T extends Entity>
Record<T extends Entity>
A class that wraps an entity, and allows us to work with it before and during it's loading lifecycle.
SunnyStore<V extends Entity>

Mixins

StoreEventsMixin<V extends Entity>

Typedefs

AfterDelete = FutureOr Function(MKey? id)
BeforeDelete<T> = FutureOr Function(T item)
Event<T> = FutureOr Function(T input)
OnSave<T> = FutureOr Function(T record)
RecordMutation<T> = T Function(T)