RoutePath constructor

RoutePath({
  1. String path = '/',
  2. String pathType = 'prefix',
  3. required Object targetPort,
})

Implementation

RoutePath({this.path = '/', this.pathType = 'prefix', required this.targetPort});