flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b02: bot != null,
    b03: name != null,
    b00: about != null,
    b01: description != null,
  );

  return v;
}