flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: onlyNewSubscribers,
    b02: refunded,
    b03: additionalPeersCount != null,
    b01: prizeDescription != null,
  );

  return v;
}