addExport method

void addExport(
  1. String url
)

And an export.

Implementation

void addExport(String url) {
  _exports.add("export '$url';");
}