AutoLoginResponse constructor

AutoLoginResponse({
  1. bool? status,
  2. String? message,
  3. String? token,
  4. String? email,
  5. String? userId,
  6. String? sessionId,
})

Implementation

AutoLoginResponse(
    {this.status,
      this.message,
      this.token,
      this.email,
      this.userId,
      this.sessionId});