isPush property

bool isPush

Whether this is a push subscription.

A push subscription is configured with an endpoint URI, and messages are automatically sent to this endpoint without needing to call pull.

Implementation

bool get isPush;