DataEmpty<T, F> constructor

DataEmpty<T, F>({
  1. F? filter,
})

Implementation

DataEmpty({F? filter}) : super(filter: filter);