ChartExportRequest.csvRows constructor
const
ChartExportRequest.csvRows({})
Implementation
const ChartExportRequest.csvRows({
required List<List<Object?>> this.rows,
this.filename,
this.delimiter = ',',
this.lineEnding = '\r\n',
this.timeout,
this.cancellationToken,
}) : format = ChartExportFormat.csv,
config = null,
jsonConfig = null,
boundaryKey = null,
categoryLabels = null,
sheetName = 'Chart Data',
pixelRatio = 2.0,
jpegQuality = 90,
jpegBackgroundColor = Colors.white;