flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: channel,
    b01: broadcast,
    b02: public,
    b03: megagroup,
    b06: requestNeeded,
    b07: verified,
    b08: scam,
    b09: fake,
    b05: about != null,
    b04: participants != null,
  );

  return v;
}