S2ChoiceLoaderInfo<T> constructor

S2ChoiceLoaderInfo<T>(
  1. {List<T>? values,
  2. String? query,
  3. int? page,
  4. int? skip,
  5. int? limit}
)

Implementation

S2ChoiceLoaderInfo({
  this.values,
  this.query,
  this.page,
  this.skip,
  this.limit,
});