WordMarker constructor
WordMarker({
- required MarkerType type,
- required int index,
Implementation
WordMarker({required this.type, required this.index}) : assert(index >= 0);