value property

String get value

Implementation

String get value {
  switch (this) {
    case AFMediationNetwork.ironSource:
      return "ironsource";
    case AFMediationNetwork.applovinMax:
      return "applovin_max";
    case AFMediationNetwork.googleAdMob:
      return "google_admob";
    case AFMediationNetwork.fyber:
      return "fyber";
    case AFMediationNetwork.appodeal:
      return "appodeal";
    case AFMediationNetwork.admost:
      return "admost";
    case AFMediationNetwork.topon:
      return "topon";
    case AFMediationNetwork.tradplus:
      return "tradplus";
    case AFMediationNetwork.yandex:
      return "yandex";
    case AFMediationNetwork.chartboost:
      return "chartboost";
    case AFMediationNetwork.unity:
      return "unity";
    case AFMediationNetwork.toponPte:
      return "topon_pte";
    case AFMediationNetwork.customMediation:
      return "custom_mediation";
    case AFMediationNetwork.directMonetizationNetwork:
      return "direct_monetization_network";
  }
}