RegisterResponse constructor

RegisterResponse(
  1. dynamic statusCode,
  2. HashMap<String, String> validationErrors
)

Implementation

RegisterResponse(statusCode, this.validationErrors) : super(statusCode);