FecOutputSettings constructor

FecOutputSettings({
  1. int? columnDepth,
  2. FecOutputIncludeFec? includeFec,
  3. int? rowLength,
})

Implementation

FecOutputSettings({
  this.columnDepth,
  this.includeFec,
  this.rowLength,
});