SubscriptionData.fromJson constructor

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

Implementation

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