itemAt method

String itemAt(
  1. String pos
)

Get piece at the string position code

Implementation

String itemAt(String pos) => itemAtPos(ChessPos.fromCode(pos));