url property

String get url

Implementation

String get url {
  return $$context$$["url"];
}
set url (String value)

Implementation

set url(String value) {
  $$context$$["url"] = value;
}