toMap method

Map<String, dynamic> toMap()

Implementation

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