FeatureStateUpdate constructor

FeatureStateUpdate({
  1. dynamic value,
  2. bool? updateValue,
  3. bool? lock,
})

Implementation

FeatureStateUpdate({this.value, this.updateValue, this.lock});