Variable_Format$json top-level constant

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

Implementation

@$core.Deprecated('Use variableDescriptor instead')
const Variable_Format$json = {
  '1': 'Format',
  '2': [
    {'1': 'text', '2': 0},
    {'1': 'number', '2': 1},
    {'1': 'measurement', '2': 2},
    {'1': 'date', '2': 3},
    {'1': 'gender', '2': 4},
    {'1': 'plural', '2': 5},
    {'1': 'static', '2': 6},
    {'1': 'custom', '2': 7},
  ],
};