DataState<T, F> constructor

DataState<T, F>({
  1. T? data,
  2. F? filter,
})

Implementation

DataState({this.data, this.filter});