flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: correctAnswers != null,
b03: attachedMedia != null,
b01: solution != null || solutionEntities != null,
b02: solutionMedia != null,
);
return v;
}