isEmpty property

bool get isEmpty

Implementation

bool get isEmpty =>
    _imports.isEmpty && _parts.isEmpty && _inits.isEmpty && _defines.isEmpty;