WordMarker constructor

WordMarker({
  1. required MarkerType type,
  2. required int index,
})

Implementation

WordMarker({required this.type, required this.index}) : assert(index >= 0);