toAlgebraic method

List<String> toAlgebraic(
  1. Game g
)

Implementation

List<String> toAlgebraic(Game g) => map((e) => g.toAlgebraic(e)).toList();