AccountHeader$json top-level constant

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

Implementation

@$core.Deprecated('Use accountHeaderDescriptor instead')
const AccountHeader$json = {
  '1': 'AccountHeader',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.AccountId', '10': 'Id'},
    {
      '1': 'DisplayName',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'DisplayName'
    },
    {
      '1': 'ProfileImage',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.StoredImage',
      '10': 'ProfileImage'
    },
  ],
};