fromStorage property

_FromStorage<V>? fromStorage
final

Load data from storage. This could be SQLite, shared_preferences etc.

Implementation

final _FromStorage<V>? fromStorage;