flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: rtl,
    b01: noautolink,
    b02: photos != null,
    b03: documents != null,
    b04: users != null,
  );

  return v;
}