featureSettings property
String
get
featureSettings
Implementation
String get featureSettings => js_util.getProperty(this, 'featureSettings');
set
featureSettings
(String newValue)
Implementation
set featureSettings(String newValue) {
js_util.setProperty(this, 'featureSettings', newValue);
}