closed property

bool closed

Return true if filter is in closed state.

Implementation

bool get closed => state == CodecFilterState.closed;