reachedEOF property
bool
get
reachedEOF
Implementation
bool get reachedEOF {
return row == charMap.length - 1 && col == charMap[row].length - 1;
}
bool get reachedEOF {
return row == charMap.length - 1 && col == charMap[row].length - 1;
}