libraryPath property

String? libraryPath
getter/setter pair

The path of the library that has this type. Omitted if the type is not declared in any library, e.g. "dynamic", or "void".

Implementation

String? libraryPath;