closed property

bool get closed

Return true if filter is in closed state.

Implementation

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