switchState property

  1. @JsonKey(name: 'switchState', toJson: switchStateDTONullableToJson, fromJson: switchStateDTONullableFromJson)
SwitchStateDTO? switchState
final

Implementation

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