Asp constructor

Asp({
  1. int? codeId,
  2. String? creationTime,
  3. String? etag,
  4. String? kind,
  5. String? lastTimeUsed,
  6. String? name,
  7. String? userKey,
})

Implementation

Asp({
  this.codeId,
  this.creationTime,
  this.etag,
  this.kind,
  this.lastTimeUsed,
  this.name,
  this.userKey,
});