CheckSubscriptionResponse constructor
CheckSubscriptionResponse({
- CheckSubscriptionData? data,
- String? message,
- String? apiName,
Implementation
CheckSubscriptionResponse({
CheckSubscriptionData? data,
String? message,
String? apiName,}){
_data = data;
_message = message;
_apiName = apiName;
}