menu
velix_di package
documentation
di/di.dart
Create
Create.new const constructor
Create.new const constructor
dark_mode
light_mode
Create
constructor
const
Create
(
{
bool
eager
=
true
,
bool
replace
=
false
,
String
scope
=
"singleton"
,
})
Implementation
const Create({this.eager = true, this.replace = false, this.scope = "singleton"});
velix_di package
documentation
di/di
Create
Create.new const constructor
Create class