SubscriptionEventResponse.fromJson constructor

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

Implementation

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