flags property

int get flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: onlyNewSubscribers,
    b02: winnersAreVisible,
    b01: countriesIso2 != null,
    b03: prizeDescription != null,
    b04: months != null,
    b05: stars != null,
  );

  return v;
}