flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: participating,
    b03: preparingResults,
    b01: joinedTooEarlyDate != null,
    b02: adminDisallowedChatId != null,
    b04: disallowedCountry != null,
  );

  return v;
}