toCode method
trans to code position
Implementation
String toCode() {
return String.fromCharCode(x + 'a'.codeUnitAt(0)) + y.toString();
}
trans to code position
String toCode() {
return String.fromCharCode(x + 'a'.codeUnitAt(0)) + y.toString();
}