Injectable constructor

const Injectable({
  1. bool singleton = true,
  2. bool lazy = true,
})

Implementation

const Injectable({this.singleton = true, this.lazy = true});