switchState property

  1. @JsonKey(name: 'switchState', toJson: switchStateV2NullableToJson, fromJson: switchStateV2NullableFromJson)
SwitchStateV2? switchState
final

Implementation

@JsonKey(
  name: 'switchState',
  toJson: switchStateV2NullableToJson,
  fromJson: switchStateV2NullableFromJson,
)
final enums.SwitchStateV2? switchState;