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