flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: hidden,
    b01: colors != null,
    b02: darkColors != null,
    b03: channelMinLevel != null,
  );

  return v;
}