clone method

Plane clone()

Implementation

Plane clone() {
  return Plane()..copyFrom(this);
}