SearchSubscriptionsQuery.fromJson constructor

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

Implementation

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