VirtualRouterSpec constructor

VirtualRouterSpec({
  1. List<String>? serviceNames,
})

Implementation

VirtualRouterSpec({
  this.serviceNames,
});