progress property

Stream<String>? progress
getter/setter pair

The progress used to accumualte the results If verbose was passed this will contain all of the verbose output. If you passed a progress into the which call then this will be the same progress otherwse a Progress.devNull will be allocated and returned.

Implementation

Stream<String>? progress;