fromJson method
Implementation
void fromJson(Map<String, dynamic> json) {
apiKey = json['apiKey'] ?? '';
appId = json['appId'] ?? '';
storageURL = json['storageURL'] ?? '';
projectId = json['projectId'] ?? '';
//bucketId = json['bucketId'] ?? '';
messagingSenderId = json['messagingSenderId'] ?? '';
}