APIRouteConfig constructor

const APIRouteConfig({
  1. bool log = true,
  2. bool slowCall = false,
})

Implementation

const APIRouteConfig({this.log = true, this.slowCall = false});