menu
reflect_inject package
documentation
annotations/inject.dart
Inject
Inject.new const constructor
Inject.new const constructor
dark_mode
light_mode
Inject
constructor
const
Inject
(
{
required
String
nameSetter
,
Type
?
type
,
bool
global
=
false
,
})
Implementation
const Inject({ required this.nameSetter, this.type, this.global = false });
reflect_inject package
documentation
annotations/inject
Inject
Inject.new const constructor
Inject class