RestBaseQueryParams constructor
RestBaseQueryParams({})
Implementation
RestBaseQueryParams(
{required this.tag,
required this.url,
required this.method,
this.query,
this.params,
this.headers,
this.transformers = const []});