LicensePlan$json top-level constant

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

Implementation

@$core.Deprecated('Use licensePlanDescriptor instead')
const LicensePlan$json = {
  '1': 'LicensePlan',
  '2': [
    {'1': 'LICENSE_PLAN_UNKNOWN', '2': 0},
    {'1': 'SOLO', '2': 1},
    {'1': 'TRIO', '2': 2},
    {'1': 'PRO', '2': 3},
  ],
};