TagProvider<P> constructor

TagProvider<P>(
  1. _LazyCallback<P> _creator,
  2. bool _autoDispose
)

Implementation

TagProvider(this._creator, this._autoDispose);