flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: my,
    b02: closed,
    b03: pinned,
    b05: short,
    b06: hidden,
    b07: titleMissing,
    b00: iconEmojiId != null,
    b04: draft != null,
  );

  return v;
}