outputs property

Set<Uri> get outputs

The set of output URIs that have been written by this build step.

This is populated as files are written via writeAsBytes or writeAsString.

Implementation

Set<Uri> get outputs;