ListSubscriptionsRequest.fromJson constructor

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

Implementation

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