$DiscoverySpecCsvOptions constructor

$DiscoverySpecCsvOptions({
  1. String? delimiter,
  2. bool? disableTypeInference,
  3. String? encoding,
  4. int? headerRows,
})

Implementation

$DiscoverySpecCsvOptions({
  this.delimiter,
  this.disableTypeInference,
  this.encoding,
  this.headerRows,
});