flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b26: hasMyInvites,
b28: titleNoanimate,
b25: emoticon != null,
b27: color != null,
);
return v;
}