flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b26: hasMyInvites,
    b25: emoticon != null,
  );

  return v;
}