localIcon property
String?
get
localIcon
Implementation
String? get localIcon => getProperty(this, 'local_icon');
set
localIcon
(String? value)
Implementation
set localIcon(String? value) {
setProperty(this, 'local_icon', value);
}