Injectable constructor

const Injectable({
  1. bool singleton = false,
})

Implementation

const Injectable({this.singleton = false});