StacSwitch.fromJson constructor

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

Creates a StacSwitch from a JSON map.

Implementation

factory StacSwitch.fromJson(Map<String, dynamic> json) =>
    _$StacSwitchFromJson(json);