flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b01: fromSwitchWebview,
b02: fromSideMenu,
b07: compact,
b08: fullscreen,
b03: url != null,
b04: startParam != null,
b00: themeParams != null,
);
return v;
}