AllowList<T> constructor

AllowList<T>(
  1. List<T> _list, {
  2. bool strict = false,
})

Implementation

AllowList(this._list, {bool strict = false});