RegisterResponse constructor

const RegisterResponse({
  1. String? email,
  2. String? phone,
  3. List<String>? roles,
  4. String? id,
})

Implementation

const RegisterResponse({this.email, this.phone, this.roles, this.id});