closed property

bool closed

Shows if this subscription is still active or already closed.

Implementation

bool get closed => _closed;