exports property

List<(String, String, WaveformDocument)> exports
final

Every export requested, as (sourcePath, outputPath, document).

Implementation

final List<(String, String, WaveformDocument)> exports = [];