enableLocalPlayback property
Whether to enable the local audio-playback device: true : (Default) Enable the local audio-playback device. false : Do not enable the local audio-playback device.
Implementation
@JsonKey(name: 'enableLocalPlayback')
final bool? enableLocalPlayback;