flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b01: adminsCount != null,
b02: kickedCount != null,
b00: peerLinkRequestsPending != null,
);
return v;
}