v1ValidateSessionResponse constructor

const v1ValidateSessionResponse({
  1. bool? valid,
  2. String? sessionType,
  3. String? email,
  4. String? organizationId,
  5. String? userId,
})

Implementation

const v1ValidateSessionResponse({
  this.valid,
  this.sessionType,
  this.email,
  this.organizationId,
  this.userId,
});