url property

String? url

Getter for url

Implementation

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