MyUserEvents$Subscription.fromJson constructor

MyUserEvents$Subscription.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory MyUserEvents$Subscription.fromJson(Map<String, dynamic> json) =>
    _$MyUserEvents$SubscriptionFromJson(json);