BulkFixDetail constructor

BulkFixDetail(
  1. String code,
  2. int occurrences
)

Implementation

BulkFixDetail(this.code, this.occurrences);