ApiKey constructor

ApiKey({
  1. int? deletes,
  2. String? description,
  3. int? expires,
  4. String? id,
})

Implementation

ApiKey({
  this.deletes,
  this.description,
  this.expires,
  this.id,
});