next property

WebFilter? next

Implementation

WebFilter? get next => moveNext() ? current : null;