flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: creator,
    b01: ddefault,
    b05: forChat,
    b02: document != null,
    b03: settings != null,
    b06: emoticon != null,
    b04: installsCount != null,
  );

  return v;
}