FFAdMobSettings_MaxAdContentRating$json top-level constant

  1. @Deprecated('Use fFAdMobSettingsDescriptor instead')
Map<String, Object> const FFAdMobSettings_MaxAdContentRating$json

Implementation

@$core.Deprecated('Use fFAdMobSettingsDescriptor instead')
const FFAdMobSettings_MaxAdContentRating$json = {
  '1': 'MaxAdContentRating',
  '2': [
    {'1': 'MAX_AD_CONTENT_RATING_UNDEFINED', '2': 0},
    {'1': 'G', '2': 1},
    {'1': 'PG', '2': 2},
    {'1': 'T', '2': 3},
    {'1': 'MA', '2': 4},
  ],
};