menu
openworld package
documentation
three_dart/extra/console.dart
console
info static method
info static method
dark_mode
light_mode
info
static method
dynamic
info
(
String
message
, [
dynamic
variables
])
Implementation
static info(String message, [dynamic variables]) { _print(message, variables); }
openworld package
documentation
three_dart/extra/console
console
info static method
console class