shortlink property

Uri shortlink

The shortened link for the Submission.

Implementation

Uri get shortlink => Uri.parse(reddit.config.shortUrl! + _id);