menu
strlog package
documentation
strlog.dart
Level
Level.new const constructor
Level.new const constructor
dark_mode
light_mode
Level
constructor
const
Level
(
{
required
String
name
,
required
int
value
,
})
Implementation
const Level({required this.name, required this.value});
strlog package
documentation
strlog
Level
Level.new const constructor
Level class