flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: existingChats,
b01: newChats,
b02: contacts,
b03: nonContacts,
b05: excludeSelected,
b04: users != null,
);
return v;
}