getSan method

List<String?> getSan()

Implementation

List<String?> getSan() {
  return game.san_moves();
}