flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: comments || channelId != null,
    b01: recentRepliers != null,
    b02: maxId != null,
    b03: readMaxId != null,
  );

  return v;
}