Collection.fromJson constructor Null safety
Creates a Collection from Json map
Implementation
factory Collection.fromJson(Map<String, dynamic> json) =>
_$CollectionFromJson(json);
Creates a Collection from Json map
factory Collection.fromJson(Map<String, dynamic> json) =>
_$CollectionFromJson(json);