ResumeSubscriptionResponse.fromJson constructor

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

Converts a Map to an ResumeSubscriptionResponse

Implementation

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