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