data/record_data_service library

Classes

RecordDataService<RType, KType>
StreamChange<RType>

Mixins

RecordDataServiceMixin<RType, KType>
Can be used to apply the delegate pattern in cases where inheritance doesn't make sense.

Extensions

RecordDateServiceUpdate on RecordDataService<RType, KType>

Functions

nullDataService<T>() DataService<T>

Typedefs

KeyMapper<RType, KType> = KType Function(RType input)
RecordLoader<RType, KType> = Future<RType> Function(KType id)