IosAppInfo constructor

IosAppInfo({
  1. String? appId,
  2. String? developerId,
  3. String? appKey,
})

Implementation

IosAppInfo({
  this.appId,
  this.developerId,
  this.appKey,
});