Promotion$json top-level constant

Map<String, Object> const Promotion$json

Implementation

//  Generated code. Do not modify.
//  source: promotion.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 Promotion$json = const {
  '1': 'Promotion',
  '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'},
    const {'1': 'start_date', '3': 3, '4': 1, '5': 9, '10': 'startDate'},
    const {'1': 'end_date', '3': 4, '4': 1, '5': 9, '10': 'endDate'},
    const {'1': 'type', '3': 5, '4': 1, '5': 9, '10': 'type'},
    const {
      '1': 'repeat_pattern',
      '3': 6,
      '4': 1,
      '5': 9,
      '10': 'repeatPattern'
    },
    const {'1': 'rate', '3': 7, '4': 1, '5': 2, '10': 'rate'},
    const {
      '1': 'category',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.ShoppingCategory',
      '10': 'category'
    },
  ],
};