isBreakChar method

bool isBreakChar(
  1. String codeUnit
)

Implementation

bool isBreakChar(String codeUnit) {
  return codeUnit == splitChar;
}