MeteorBoolProvider constructor

MeteorBoolProvider({
  1. String? stateKey,
  2. bool? initialValue,
})

Implementation

MeteorBoolProvider({String? stateKey, bool? initialValue})
    : super(stateKey: stateKey, initialValue: initialValue);