AutoProvider constructor

const AutoProvider({
  1. bool singleton = false,
  2. String? name,
})

Implementation

const AutoProvider({this.singleton = false, this.name});