isNewLine property

bool get isNewLine

Implementation

bool get isNewLine => isSingle ? _fragments.single.data == '\n' : false;