dist method

File dist(
  1. String id,
  2. String version
)

Implementation

File dist(String id, String version) =>
    File("${distRoot!.path}/${id}_$version.edp");