RegisterResponse constructor

RegisterResponse(
  1. String status,
  2. User? user
)

Implementation

RegisterResponse(this.status, this.user);