flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: fromSwitchWebview,
    b02: fromSideMenu,
    b03: url != null,
    b04: startParam != null,
    b00: themeParams != null,
  );

  return v;
}