getCoords method

List<BigInt> getCoords()

Implementation

List<BigInt> getCoords() {
  return List.from(_coords);
}