RoutePath constructor

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

Implementation

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