Map<String, dynamic> toJson() { final show = this.show; return { if (show != null) 'Show': show, }; }