Backend constructor

Backend({
  1. VirtualServiceBackend? virtualService,
})

Implementation

Backend({
  this.virtualService,
});