isPart property

bool get isPart

Whether the file is a part.

A file can't be both a library and a part, so when this getter returns true, the getter isLibrary returns false.

Implementation

bool get isPart;