isPrintable property

bool get isPrintable

Whether annotation is printable.

Implementation

bool get isPrintable => (flags & 0x04) != 0;