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