StacSwitch.fromJson constructor
Creates a StacSwitch from a JSON map.
Implementation
factory StacSwitch.fromJson(Map<String, dynamic> json) =>
_$StacSwitchFromJson(json);
Creates a StacSwitch from a JSON map.
factory StacSwitch.fromJson(Map<String, dynamic> json) =>
_$StacSwitchFromJson(json);