iconUrl property
String?
get
iconUrl
Implementation
_i2.String? get iconUrl => _i5.getProperty(
this,
'iconUrl',
);
set
iconUrl
(String? value)
Implementation
set iconUrl(_i2.String? value) {
_i5.setProperty(
this,
'iconUrl',
value ?? _i7.undefined,
);
}