MoveFormatterFunction<T extends Move> typedef

MoveFormatterFunction<T extends Move> = String Function(Move move, MoveFormatterCallback formatter, CheckType? checkType)

Implementation

typedef MoveFormatterFunction<T extends Move> = String Function(
  Move move, // todo: find a way to make this T
  MoveFormatterCallback formatter,
  CheckType? checkType,
);