store property

T Function() store
final

Factory used only the first time this store type is requested globally. Ignored if an ancestor OrbitScope<T> provides one.

Implementation

final T Function() store;