flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: requested,
    b03: viaChatlist,
    b02: about != null,
    b01: approvedBy != null,
  );

  return v;
}