flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(b00: autoplay, b01: loop, b02: spoiler);
return v;
}
Flags.
int get flags {
final v = _flag(b00: autoplay, b01: loop, b02: spoiler);
return v;
}