ReadContactRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use readContactRequestDescriptor instead')
const ReadContactRequest$json = {
  '1': 'ReadContactRequest',
  '2': [
    {'1': 'contactChainId', '3': 1, '4': 1, '5': 9, '10': 'contactChainId'},
    {'1': 'contactId', '3': 3, '4': 1, '5': 5, '10': 'contactId'},
    {'1': 'firstName', '3': 4, '4': 1, '5': 9, '10': 'firstName'},
    {'1': 'lastName', '3': 5, '4': 1, '5': 9, '10': 'lastName'},
    {'1': 'mail', '3': 6, '4': 1, '5': 9, '10': 'mail'},
    {'1': 'phone', '3': 7, '4': 1, '5': 11, '6': '.weebi.common.phone.Phone', '10': 'phone'},
    {'1': 'address', '3': 8, '4': 1, '5': 11, '6': '.weebi.common.address.Address', '10': 'addressFull'},
  ],
};