e property

String e

Implementation

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

Implementation

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