flags property

int flags

Flags.

Implementation

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

  return v;
}