flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(b00: silent, b01: unpin, b02: pmOneside);

  return v;
}