switchState property

  1. @JsonKey.new(name: 'switchState', fromJson: switchStateFromJson)
RfidSwitchState switchState
getter/setter pair

Implementation

@JsonKey(name: 'switchState', fromJson: switchStateFromJson)
RfidSwitchState switchState;