closed property

bool get closed

Shows if this subscription is still active or already closed.

Implementation

bool get closed => _closed;