StatusResponse constructor

StatusResponse(
  1. String environment,
  2. int? appAppleId,
  3. String bundleId,
  4. List<SubscriptionGroupIdentifierItem> data,
)

Implementation

StatusResponse(this.environment, this.appAppleId, this.bundleId, this.data);