init property

bool get init

Return true if filter is in init state.

Implementation

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