canPush property

bool canPush

Returns true if an attempt to push a resource will succeed.

See ServerTransportStream.push.

Implementation

bool get canPush => stream.canPush;