SubscriptionReviseResponse.fromJson constructor

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

Implementation

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