getZ method

double getZ({
  1. Vector3? direction,
})

Implementation

double getZ({Vector3? direction}) {
  return getCoord(2, direction: direction);
}