loopStart property

num? get loopStart

Implementation

num? get loopStart {
  return $$context$$["loopStart"];
}
set loopStart (num? value)

Implementation

set loopStart(num? value) {
  $$context$$["loopStart"] = value;
}