LicensePlan$json top-level constant
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},
],
};