url property

String url

Implementation

static String get url => _prefs.url;
void url=(String url)

Implementation

static set url(String url) {
  _prefs.url = url;
}