WebApiModulesAccountServicesAccountResetPasswordExternalRequest constructor

const WebApiModulesAccountServicesAccountResetPasswordExternalRequest({
  1. required String newPassword,
  2. required String token,
})

Implementation

const WebApiModulesAccountServicesAccountResetPasswordExternalRequest({
  required this.newPassword,
  required this.token,
});