Collection.fromJson constructor

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

Implementation

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