StatefulHAConfig.fromJson constructor
StatefulHAConfig.fromJson(
- Map json_
Implementation
StatefulHAConfig.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
);