e property

String get e

Implementation

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

Implementation

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