dir method

String dir([
  1. String path = ''
])

Implementation

String dir([String path = '']) => '${pkgDir(package)}$path';