record 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.

Typedefs

RecordMutation<T> = T Function(T)