flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: hidden,
b01: colors != null,
b02: darkColors != null,
b03: channelMinLevel != null,
b04: groupMinLevel != null,
);
return v;
}