BulkFix constructor

BulkFix(
  1. String path,
  2. List<BulkFixDetail> fixes
)

Implementation

BulkFix(this.path, this.fixes);