featureSettings property

String featureSettings

Implementation

String get featureSettings => js_util.getProperty(this, 'featureSettings');
void featureSettings=(String newValue)

Implementation

set featureSettings(String newValue) {
  js_util.setProperty(this, 'featureSettings', newValue);
}