factory Position.fromJson(Map<String, dynamic> json) => Position(json['row'] as int, json['col'] as int);