ParquetOptions constructor

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

Implementation

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