hasSrcImport property

bool get hasSrcImport

Implementation

bool get hasSrcImport =>
    _packageImports.any((item) => item.contains('/src/'));