menu
sunny_data package
documentation
sunny_store.dart
SunnyStore<V extends Entity>
changes property
changes property
dark_mode
light_mode
changes
property
Stream
<
MapDiffs
<
MKey?
,
Record
<
V
>
>
>
get
changes
Implementation
Stream<MapDiffs<MKey?, Record<V>>> get changes => _diffStreamController.stream;
sunny_data package
documentation
sunny_store
SunnyStore<V extends Entity>
changes property
SunnyStore class