BaseApi constructor

BaseApi({
  1. required Basejson req,
  2. bool showDefaultError = true,
  3. bool skipErrorRespCheck = false,
  4. bool isHttps = false,
})

Implementation

BaseApi(
    {required this.req,
    this.showDefaultError = true,
    this.skipErrorRespCheck = false,
    this.isHttps = false});