encode method
Implementation
Object encode() {
return <Object?>[
apiKey,
appId,
messagingSenderId,
projectId,
authDomain,
databaseURL,
storageBucket,
measurementId,
trackingId,
deepLinkURLScheme,
androidClientId,
iosClientId,
iosBundleId,
appGroupId,
];
}