DetectedBreak constructor

DetectedBreak({
  1. bool? isPrefix,
  2. String? type,
})

Implementation

DetectedBreak({this.isPrefix, this.type});