SendHumanResetPasswordNotificationRequest_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use sendHumanResetPasswordNotificationRequestDescriptor instead')
const SendHumanResetPasswordNotificationRequest_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'TYPE_EMAIL', '2': 0},
    const {'1': 'TYPE_SMS', '2': 1},
  ],
};