menu
velix_di package
documentation
di/di.dart
Scope
Scope.new const constructor
Scope.new const constructor
dark_mode
light_mode
Scope
constructor
const
Scope
(
{
required
String
name
,
bool
register
=
false
,
})
Implementation
const Scope({required this.name, this.register = false});
velix_di package
documentation
di/di
Scope
Scope.new const constructor
Scope class