CreditCard$json top-level constant

Map<String, Object> const CreditCard$json

Implementation

//  Generated code. Do not modify.
//  source: credit_card.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 CreditCard$json = const {
  '1': 'CreditCard',
  '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': 'promotions',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.Promotion',
      '10': 'promotions'
    },
    const {'1': 'official_url', '3': 4, '4': 1, '5': 9, '10': 'officialUrl'},
  ],
};