androidIsAcknowledged property

bool? get androidIsAcknowledged

Implementation

bool? get androidIsAcknowledged => this is PurchaseAndroid
    ? (this as PurchaseAndroid).isAcknowledgedAndroid
    : null;