isPrintable property
bool
get
isPrintable
Whether annotation is printable.
Implementation
bool get isPrintable => (flags & 0x04) != 0;
Whether annotation is printable.
bool get isPrintable => (flags & 0x04) != 0;