CollectionData.fromJson constructor

CollectionData.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CollectionData.fromJson(Map<String, dynamic> json) => _$CollectionDataFromJson(json);