AccountProto_ActivateAccountRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use accountProtoDescriptor instead')
const AccountProto_ActivateAccountRequest$json = {
  '1': 'ActivateAccountRequest',
  '2': [
    {'1': 'accountConfirmationToken', '3': 1, '4': 1, '5': 5, '10': 'accountConfirmationToken'},
    {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
    {'1': 'confirmPassword', '3': 3, '4': 1, '5': 9, '10': 'confirmPassword'},
  ],
};