ChartExportResult constructor
const
ChartExportResult({})
Implementation
const ChartExportResult({
required this.format,
required this.mimeType,
required this.filename,
this.bytes,
this.text,
this.error,
this.duration,
});