asMap property
The current instance as a Map.
Implementation
Map<String, String?> get asMap {
return <String, String?>{
'apiKey': apiKey,
'appId': appId,
'messagingSenderId': messagingSenderId,
'projectId': projectId,
'authDomain': authDomain,
'databaseURL': databaseURL,
'storageBucket': storageBucket,
'measurementId': measurementId,
'trackingId': trackingId,
'deepLinkURLScheme': deepLinkURLScheme,
'androidClientId': androidClientId,
'iosClientId': iosClientId,
'iosBundleId': iosBundleId,
'appGroupId': appGroupId,
};
}