factory CollectionData.fromJson(Map<String, dynamic> json) { return CollectionData( lang: json['lang'], title: json['title'], shortIntro: json['shortIntro'], ); }