FeatureStateUpdate.fromJson constructor

FeatureStateUpdate.fromJson(
  1. Map<String, dynamic> json
)

Implementation

FeatureStateUpdate.fromJson(Map<String, dynamic> json)
    : this.value = fromJson_value(json),
      this.updateValue = fromJson_updateValue(json),
      this.lock = fromJson_lock(json);