isCarriageReturn property
True if the string has 1 character and it's a CR.
Implementation
bool get isCarriageReturn => codeUnitAt(0) == carriageReturn;
True if the string has 1 character and it's a CR.
bool get isCarriageReturn => codeUnitAt(0) == carriageReturn;