allCharactersWithEof property

SparseBoolList allCharactersWithEof
final

Implementation

static final SparseBoolList allCharactersWithEof = SparseBoolList()
  ..addGroup(GroupedRangeList(0, eof, true))
  ..freeze();