ResolveServiceResponse constructor

ResolveServiceResponse({
  1. Service? service,
})

Implementation

ResolveServiceResponse({
  this.service,
});