isLink property

bool isLink

True if the file is a link.

Implementation

bool get isLink => content != null && content is XUri;