state property

  1. @JsonKey.new(name: 'state')
PlaybackState state
getter/setter pair

Implementation

@JsonKey(name: 'state')
PlaybackState state = PlaybackState.idle;