ApplicationPassword constructor

ApplicationPassword({
  1. String? uuid,
  2. String? appId,
  3. String? name,
  4. String? password,
  5. String? created,
  6. String? lastUsed,
  7. String? lastIp,
})

Implementation

ApplicationPassword({
  this.uuid,
  this.appId,
  this.name,
  this.password,
  this.created,
  this.lastUsed,
  this.lastIp,
});