url property
String?
get
url
Uri where the data can be found.
Implementation
String? get url => urlField.getValue(_json);
Uri where the data can be found.
String? get url => urlField.getValue(_json);