flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: contacts,
    b01: nonContacts,
    b02: groups,
    b03: broadcasts,
    b04: bots,
    b11: excludeMuted,
    b12: excludeRead,
    b13: excludeArchived,
    b28: titleNoanimate,
    b25: emoticon != null,
    b27: color != null,
  );

  return v;
}