MeteorValueProvider<T> constructor
MeteorValueProvider<T> ({
- String? stateKey,
- T? initialValue,
Implementation
MeteorValueProvider({String? stateKey, T? initialValue})
: super(stateKey: stateKey, initialValue: initialValue);