isExternal property

bool isExternal

Implementation

bool get isExternal => ref == null ? false : PathUtils.isExternal(ref!);