query constant

_$StripePurchaseQuery const query

Query for StripePurchase.

appRef.controller(StripePurchase.query(parameters));     // Get from application scope.
ref.app.controller(StripePurchase.query(parameters));    // Watch at application scope.
ref.page.controller(StripePurchase.query(parameters));   // Watch at page scope.

Implementation

static const query = _$StripePurchaseQuery();