BaseTagProvider<P> constructor

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

Implementation

BaseTagProvider(this._creator, this._autoDispose);