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