UserTokenResponse constructor

UserTokenResponse({
  1. String? name,
  2. String? description,
  3. int? id,
  4. String? token,
  5. bool? active,
  6. List<QuickbaseApp>? apps,
  7. String? lastUsed,
})

Implementation

UserTokenResponse({
  this.name, this.description, this.id, this.token, this.active,
  this.apps, this.lastUsed
});