VersionFile constructor

VersionFile({
  1. String? hash,
  2. String? path,
  3. String? status,
})

Implementation

VersionFile({
  this.hash,
  this.path,
  this.status,
});