isExternal property

bool get isExternal

Implementation

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