Create constructor

const Create({
  1. bool eager = true,
  2. bool replace = false,
  3. String scope = "singleton",
})

Implementation

const Create({this.eager = true, this.replace = false, this.scope = "singleton"});