Provide constructor

const Provide({
  1. bool singleton = true,
})

Implementation

const Provide({this.singleton = true});