toICString method

String toICString()

Returns String representaion of current square.

Implementation

String toICString() => '${'abcdefghijklmnopqrst'[col]}${row + 1}';