rawCsv property

PerfTestFormat rawCsv
final

Convenience pre-created object for the CSV output with raw (unformatted) data

Implementation

static final PerfTestFormat rawCsv = createFsv(isRaw: true);