@override factory StringPair.fromJson(Map<String, dynamic> json) => StringPair(left: json["left"], right: json["right"]);