AuthResponse constructor

AuthResponse({
  1. Client? client,
  2. Token? token,
})

Implementation

AuthResponse({
  this.client,
  this.token,
});