toMap method
Implementation
Map<String, dynamic> toMap() => {
'apiKey': apiKey,
'baseUrl': baseUrl,
'debug': debug,
'autoCaptureEnabled': autoCaptureEnabled,
'androidAnrWatchdogEnabled': androidAnrWatchdogEnabled,
'androidAnrTimeoutMs': androidAnrTimeoutMs,
};