iconUrl property

String? get iconUrl

Implementation

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

Implementation

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