setUrl method

void setUrl(
  1. String value
)

Sets the url of this

Implementation

void setUrl (String value) => url = value;