switchState property
- @JsonKey(name: 'switchState', toJson: switchStateDTONullableToJson, fromJson: switchStateDTONullableFromJson)
final
Implementation
@JsonKey(
name: 'switchState',
toJson: switchStateDTONullableToJson,
fromJson: switchStateDTONullableFromJson,
)
final enums.SwitchStateDTO? switchState;