PubDevClient constructor

PubDevClient({
  1. Client? httpClient,
})

Implementation

PubDevClient({http.Client? httpClient})
    : httpClient = httpClient ?? http.Client();