NtiuspFirebaseConfig.fromJson constructor
Implementation
NtiuspFirebaseConfig.fromJson(Map<String, dynamic> json) {
apiKey = json['apiKey'];
appId = json['appId'];
messagingSenderId = json['messagingSenderId'];
projectId = json['projectId'];
storageBucket = json['storageBucket'];
}