ApiConfig constructor

const ApiConfig({
  1. String corsOrigin = '*',
  2. int defaultPerPage = 20,
  3. int maxPerPage = 100,
})

Implementation

const ApiConfig({
  this.corsOrigin = '*',
  this.defaultPerPage = 20,
  this.maxPerPage = 100,
});