UserIdentifier$json top-level constant

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

Implementation

@$core.Deprecated('Use userIdentifierDescriptor instead')
const UserIdentifier$json = const {
  '1': 'UserIdentifier',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'username', '3': 2, '4': 1, '5': 9, '10': 'username'},
    const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
    const {'1': 'phone', '3': 4, '4': 1, '5': 9, '10': 'phone'},
  ],
};