toAlgebraic property Null safety

String toAlgebraic

Implementation

String get toAlgebraic {
  return Chess960.algebraic(to);
}