flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: resize,
    b01: singleUse,
    b02: selective,
    b04: persistent,
    b03: placeholder != null,
  );

  return v;
}