ServicerService constructor

ServicerService(
  1. dynamic baseUrl,
  2. dynamic headers,
  3. dynamic options
)

Implementation

ServicerService(baseUrl, headers, options) : baseUrl = '$baseUrl' {
  headerParams = headers;
  baseOptions = options;
  baseUrlRoot = baseUrl;
}