Source constructor

Source({
  1. String? api,
  2. bool? alwaysRefresh,
  3. String? labelKey,
  4. String? valueKey,
  5. List<Option>? options,
})

Implementation

Source({
  this.api,
  this.alwaysRefresh,
  this.labelKey,
  this.valueKey,
  this.options,
});