url property

Uri url

The URL of the Submission's link.

Implementation

Uri get url => Uri.parse(data!['url']!);