fileSymbol function

String fileSymbol(
  1. int file
)

Implementation

String fileSymbol(int file) => String.fromCharCode(Bishop.asciiA + file);