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