FecOutputSettings constructor
FecOutputSettings({
- int? columnDepth,
- FecOutputIncludeFec? includeFec,
- int? rowLength,
Implementation
FecOutputSettings({
this.columnDepth,
this.includeFec,
this.rowLength,
});