@override Map<String, dynamic> toJson() { return { 'types': typesData.map((e) => e.toJson()).toList(), 'version': version.version }; }