isLibrary property
bool
get
isLibrary
Whether the file is a library.
A file can't be both a library and a part, so when this getter returns
true
, the getters isPart and isMacroPart return false
.
Implementation
bool get isLibrary;