isVisible property

bool get isVisible

Whether annotation is visible.

Implementation

bool get isVisible => (flags & 0x02) == 0;