iosQuantity property

int? get iosQuantity

Implementation

int? get iosQuantity =>
    this is PurchaseIOS ? (this as PurchaseIOS).quantityIOS : null;