StrictSendPathsRequestBuilder constructor Null safety
Implementation
StrictSendPathsRequestBuilder(http.Client httpClient, Uri serverURI)
: super(httpClient, serverURI, ["paths", "strict-send"]);
StrictSendPathsRequestBuilder(http.Client httpClient, Uri serverURI)
: super(httpClient, serverURI, ["paths", "strict-send"]);