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