Map<String, dynamic> toJson() => { if (year != null) 'year': year, if (name != null) 'name': name, };