toMap method
Serializes this instance for the native platform layers.
Implementation
Map<String, dynamic> toMap() => {
'maxRetryCount': maxRetryCount,
'initialRetryDelayMs': initialRetryDelay.inMilliseconds,
'maxRetryDelayMs': maxRetryDelay.inMilliseconds,
'autoRetry': autoRetry,
'rebufferTimeoutMs': rebufferTimeout?.inMilliseconds,
};