flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: attachMenu,
    b03: fromRequest,
    b00: domain != null,
    b02: app != null,
  );

  return v;
}