Contact$json top-level constant

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

Implementation

@$core.Deprecated('Use contactDescriptor instead')
const Contact$json = {
  '1': 'Contact',
  '2': [
    {
      '1': 'email',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.Email',
      '10': 'email'
    },
    {
      '1': 'phone',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.resources.user.v3alpha.Phone',
      '10': 'phone'
    },
  ],
};