AppliedFile constructor

const AppliedFile(
  1. String logicalPath,
  2. String appliedHash
)

Implementation

const AppliedFile(this.logicalPath, this.appliedHash);