url property

String? get url

The URL of the wallpaper to be set (can be relative).

Implementation

String? get url => _wrapped.url;
set url (String? v)

Implementation

set url(String? v) {
  _wrapped.url = v;
}