AdminSubscriptionResponse.fromJson constructor

AdminSubscriptionResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory AdminSubscriptionResponse.fromJson(Map<String, Object?> json) =>
    _$AdminSubscriptionResponseFromJson(json);