flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: min,
b06: hasUnreadVotes,
b07: canViewStats,
b01: results != null,
b02: totalVoters != null,
b03: recentVoters != null,
b04: solution != null || solutionEntities != null,
b05: solutionMedia != null,
);
return v;
}