PlutoChangeNotifierFilter<T> constructor

PlutoChangeNotifierFilter<T>(
  1. Set<int> _filter, [
  2. Map<int, String>? _debugNotifierNames
])

Implementation

PlutoChangeNotifierFilter(this._filter, [this._debugNotifierNames])
    : _type = T;