flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: hasViewers,
    b02: forwardsCount != null,
    b03: reactions != null,
    b04: reactionsCount != null,
    b00: recentViewers != null,
  );

  return v;
}