factory Difference.fromJson(Map<String, dynamic> json) { final diffs = json['difference']; return Difference(diffs[0], diffs[1]); }