entryPoint property

String entryPoint

Implementation

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

Implementation

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