Applovin.fromJson constructor

Applovin.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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