flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: nextOffset != null,
    b01: attributes != null || attributesHash != null,
    b02: counters != null,
  );

  return v;
}