init property

bool init

Return true if filter is in init state.

Implementation

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