Cartesian constructor
Cartesian({})
Implementation
Cartesian(
{required this.x,
required this.y,
required this.z,
required this.lockPredicate,
required this.address,
this.routine,
this.vk});