GetServicesResponse constructor Null safety

GetServicesResponse(
  1. List<Service> services
)

Implementation

GetServicesResponse(this.services);