menu
meshagent package
documentation
client.dart
RoutePath
RoutePath.new constructor
RoutePath.new constructor
dark_mode
light_mode
RoutePath
constructor
RoutePath
(
{
String
path
=
'/'
,
String
pathType
=
'prefix'
,
required
Object
targetPort
,
})
Implementation
RoutePath({this.path = '/', this.pathType = 'prefix', required this.targetPort});
meshagent package
documentation
client
RoutePath
RoutePath.new constructor
RoutePath class