menu
zart package
documentation
mixins/loggable.dart
Level
Level const constructor
Level const constructor
dark_mode
light_mode
Level
constructor
const
Level
(
String
name
,
int
value
)
Implementation
const Level(this.name, this.value);
zart package
documentation
mixins/loggable
Level
Level const constructor
Level class