endpoint property
String?
get
endpoint
Implementation
_i2.String? get endpoint => _i4.getProperty(
this,
'endpoint',
);
set
endpoint
(String? value)
Implementation
set endpoint(_i2.String? value) {
_i4.setProperty(
this,
'endpoint',
value ?? _i6.undefined,
);
}