AuthResponse constructor

AuthResponse(
  1. bool success,
  2. List<String> errorCodes
)

Implementation

AuthResponse(this.success, this.errorCodes);