dartFilesPaths property

List<String> dartFilesPaths

Implementation

List<String> get dartFilesPaths => _dartFilesPaths ??=
    List<String>.unmodifiable(dartFiles.map((f) => f.path).toList());