pubspecDir property

String pubspecDir

Implementation

String get pubspecDir =>
    this['pubspec_dir']?.toString().replaceAll('/', separator) ?? 'assets';