yAxis property

int get yAxis

Implementation

int get yAxis {
  final i = int.parse(rank) - 1;
  return 7 - i;
}