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