CurrentCollection.fromJson constructor

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

Implementation

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