isEnd property

bool get isEnd

Implementation

bool get isEnd =>
    this == topEnd ||
    this == bottomEnd ||
    this == leftEnd ||
    this == rightEnd;