isLocal property
bool
get
isLocal
Whether this location is in the current document.
Implementation
bool get isLocal => uri == null;
Whether this location is in the current document.
bool get isLocal => uri == null;