toJson method
Implementation
Map<String, dynamic> toJson() => {
'apiKey': apiKey,
'applicationId': applicationId,
'databaseUrl': databaseUrl,
'gaTrackingId': gaTrackingId,
'gcmSenderId': gcmSenderId,
'storageBucket': storageBucket,
'projectId': projectId,
};