EventCollectionsGet$Response.fromJson constructor

EventCollectionsGet$Response.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory EventCollectionsGet$Response.fromJson(Map<String, dynamic> json) =>
    _$EventCollectionsGet$ResponseFromJson(json);