ShoppingCategory$json top-level constant

Map<String, Object> const ShoppingCategory$json

Implementation

//  Generated code. Do not modify.
//  source: shopping_category.proto
//
// @dart = 2.3
// ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields

const ShoppingCategory$json = const {
  '1': 'ShoppingCategory',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'display_name', '3': 2, '4': 1, '5': 9, '10': 'displayName'},
  ],
};