flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b00: min,
    b01: results != null,
    b02: totalVoters != null,
    b03: recentVoters != null,
    b04: solution != null || solutionEntities != null,
  );

  return v;
}