Applovin.fromJson constructor
Implementation
Applovin.fromJson(Map<String, dynamic> json) {
adShowAdStatus = json['ad_showAdStatus'];
adLoadAdIdsType = json['ad_loadAdIdsType'];
banner1 = json['Banner1'];
interstitial1 = json['Interstitial1'];
native1 = json['Native1'];
}