isNotEmpty property

bool isNotEmpty

Implementation

bool get isNotEmpty =>
    initialOffset != -1 || medialOffset != -1 || finaleOffset != -1;