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