Cartesian constructor

Cartesian({
  1. required int xFellowship,
  2. required int yContract,
  3. required int zState,
  4. required String lockPredicate,
  5. required String address,
  6. String? routine,
  7. String? vk,
})

Implementation

Cartesian(
    {required this.xFellowship,
    required this.yContract,
    required this.zState,
    required this.lockPredicate,
    required this.address,
    this.routine,
    this.vk});