MapConfig constructor

const MapConfig({
  1. String? builtin,
  2. String? src,
  3. String? passIn,
  4. bool lazy = true,
})

Implementation

const MapConfig({this.builtin, this.src, this.passIn, this.lazy = true});