path property

String? path
getter/setter pair

Unix Domain Socket path.

On Linux, paths starting with '@' will use the abstract namespace. The starting '@' is replaced by a null byte by Envoy. Paths starting with '@' will result in an error in environments other than Linux.

Implementation

core.String? path;