ParquetOptions constructor

ParquetOptions({
  1. bool? enableListInference,
  2. bool? enumAsString,
  3. String? mapTargetType,
})

Implementation

ParquetOptions({
  this.enableListInference,
  this.enumAsString,
  this.mapTargetType,
});