SubscriptionListResponse.fromJson constructor

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

Implementation

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