DetectedBreak constructor

DetectedBreak(
  1. {BreakType type = BreakType.UNKNOWN,
  2. required bool isPrefix}
)

Implementation

DetectedBreak({
  this.type = BreakType.UNKNOWN,
  required this.isPrefix,
});