url property

  1. @optional
String? get url

URL of the resource if known.

Implementation

@optional
String? get url => _entry['url'] as String?;