toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'writeKey': writeKey,
    'trackApplicationLifecycleEvents': trackApplicationLifecycleEvents,
    'amplitudeIntegrationEnabled': amplitudeIntegrationEnabled,
    'appsflyerIntegrationEnabled': appsflyerIntegrationEnabled,
    'debug': debug,
  };
}