MeteorIntProvider constructor

MeteorIntProvider({
  1. String? stateKey,
  2. int? initialValue,
})

Implementation

MeteorIntProvider({String? stateKey, int? initialValue})
    : super(stateKey: stateKey, initialValue: initialValue);