toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'physicalVolumeButtonsWillControlDeviceVolume':
physicalVolumeButtonsWillControlDeviceVolume,
'disableDiscoveryAutostart': disableDiscoveryAutostart,
'disableAnalyticsLogging': disableAnalyticsLogging,
'suspendSessionsWhenBackgrounded': suspendSessionsWhenBackgrounded,
'stopReceiverApplicationWhenEndingSession':
stopReceiverApplicationWhenEndingSession,
'startDiscoveryAfterFirstTapOnCastButton':
startDiscoveryAfterFirstTapOnCastButton,
};
}