setZ method

void setZ(
  1. bool z
)

Implementation

void setZ(bool z) {
  this.z = z;
}