CollectionsData.fromJson constructor

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

Implementation

factory CollectionsData.fromJson(Map<String, dynamic> json) {
  return _$CollectionsDataFromJson(json);
}