flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b05: recommended,
b12: canReport,
b01: entities != null,
b06: photo != null,
b14: media != null,
b13: color != null,
b07: sponsorInfo != null,
b08: additionalInfo != null,
b15: minDisplayDuration != null || maxDisplayDuration != null,
);
return v;
}