flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: creator,
    b02: left,
    b12: min,
    b13: accessHash != null,
    b14: adminRights != null,
    b18: defaultBannedRights != null,
  );

  return v;
}