shippingQuery property

ShippingQuery? get shippingQuery

The shipping query from the update, if any.

This will be non-null for shipping queries in payments.

Implementation

ShippingQuery? get shippingQuery => update.shippingQuery;