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