outputs property
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;
The set of output URIs that have been written by this build step.
This is populated as files are written via writeAsBytes or writeAsString.
Set<Uri> get outputs;