OperationsRequestBuilder constructor Null safety
Implementation
OperationsRequestBuilder(http.Client httpClient, Uri serverURI)
: super(httpClient, serverURI, ["operations"]);
OperationsRequestBuilder(http.Client httpClient, Uri serverURI)
: super(httpClient, serverURI, ["operations"]);