startsWithWhiteSpace method

bool startsWithWhiteSpace()

Implementation

bool startsWithWhiteSpace() => startsWith(' ') || startsWith('\t');