menu
dartian package
documentation
di.dart
Singleton
Singleton.new const constructor
Singleton.new const constructor
dark_mode
light_mode
Singleton
constructor
const
Singleton
(
{
String
?
name
,
List
<
Type
>
?
asType
,
bool
async
=
false
,
})
Implementation
const Singleton({this.name, this.asType, this.async = false});
dartian package
documentation
di
Singleton
Singleton.new const constructor
Singleton class