loop property
bool?
get
loop
Implementation
bool? get loop {
return $$context$$["loop"];
}
set
loop
(bool? value)
Implementation
set loop(bool? value) {
$$context$$["loop"] = value;
}