EventCollection.fromJson constructor

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

Implementation

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