url property

String? url
inherited

Getter for url

Implementation

String? get url => urlProperty == null ? null : properties[urlProperty];