dartFilesPaths property

List<String> get dartFilesPaths

Implementation

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