SubCategory$json top-level constant

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

Implementation

@$core.Deprecated('Use subCategoryDescriptor instead')
const SubCategory$json = {
  '1': 'SubCategory',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'exclude_from_autograt', '3': 3, '4': 1, '5': 8, '10': 'excludeFromAutograt'},
    {'1': 'tax_rate', '3': 4, '4': 1, '5': 11, '6': '.menu.v1.TaxRate', '10': 'taxRate'},
    {'1': 'printers', '3': 5, '4': 3, '5': 11, '6': '.menu.v1.PrinterOnSubCat', '10': 'printers'},
    {'1': 'sort_order', '3': 6, '4': 1, '5': 5, '10': 'sortOrder'},
  ],
};