pathFromSource method

  1. @override
String pathFromSource(
  1. String path
)
override

Returns the path to the source file

Implementation

@override
String pathFromSource(String path) {
  return p.join(this.path, path);
}