AppVersion constructor

AppVersion({
  1. String? createTime,
  2. String? creator,
  3. String? description,
  4. String? displayName,
  5. String? etag,
  6. String? name,
  7. AppSnapshot? snapshot,
})

Implementation

AppVersion({
  this.createTime,
  this.creator,
  this.description,
  this.displayName,
  this.etag,
  this.name,
  this.snapshot,
});