url property

String? get url
inherited

Getter for url

Implementation

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