checkSubscriptionResponseToJson function

String checkSubscriptionResponseToJson(
  1. CheckSubscriptionResponse data
)

Implementation

String checkSubscriptionResponseToJson(CheckSubscriptionResponse data) => json.encode(data.toJson());