isBacklink property
bool
get
isBacklink
Whether this link is a backlink.
Implementation
bool get isBacklink => linkName != null;
Whether this link is a backlink.
bool get isBacklink => linkName != null;