IosAppId constructor

IosAppId(
  1. int appId,
  2. String countryCode
)

Implementation

IosAppId(this.appId, this.countryCode);