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