FilterChain constructor

FilterChain(
  1. List<DataFilter> filters
)

Creates a filter chain that runs filters sequentially.

Implementation

FilterChain(this.filters);