Collection.fromJson constructor

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

The collection from json

Implementation

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