SubscriptionUpdate.fromJson constructor

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

Implementation

SubscriptionUpdate.fromJson(Map<String, dynamic> json)
    : subscriptionId = json['subscriptionId'],
      errorCode = json['errorCode'],
      errorMsg = json['errorMsg'],
      super.fromJson(json);