outputCount property

int get outputCount

Implementation

int get outputCount => exportBatch.outputCount + (archive == null ? 0 : 1);