repeatState property

  1. @JsonKey(name: 'repeat_state', defaultValue: RepeatState.off)
RepeatState? repeatState
getter/setter pair

Implementation

@JsonKey(name: 'repeat_state', defaultValue: RepeatState.off)
RepeatState? repeatState;