isMacroPart property

bool get isMacroPart

Whether the file is a macro part.

A macro part is a part, so when this getter returns true, isPart also results true.

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 isMacroPart;