shouldBreakToNext property

bool get shouldBreakToNext

Implementation

bool get shouldBreakToNext => isEmpty ? false : last!.isEmpty;