right property

num get right

Implementation

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

Implementation

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