flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: viaGiveaway,
    b02: unclaimed || currency != null || amount != null,
    b01: boostPeer != null,
    b03: cryptoCurrency != null || cryptoAmount != null,
  );

  return v;
}