right property

double right

Implementation

double get right => d4;
void right=(double right)

Implementation

set right(double right) {
  d4 = right;
}