ChipRun constructor

ChipRun({
  1. Chip? chip,
  2. int? startIndex,
})

Implementation

ChipRun({this.chip, this.startIndex});