menu
dire_di_flutter package
documentation
dire_di.dart
Bean
Bean.new const constructor
Bean.new const constructor
dark_mode
light_mode
Bean
constructor
const
Bean
(
{
String
?
name
,
String
?
initMethod
,
String
?
destroyMethod
,
})
Implementation
const Bean({ this.name, this.initMethod, this.destroyMethod, });
dire_di_flutter package
documentation
dire_di
Bean
Bean.new const constructor
Bean class