Skip to content
Not available in JavaScriptThis function is not part of the JavaScript package. The documentation below is for Dart.
Not available in PythonThis function is not part of the Python package. The documentation below is for Dart.

console

Ensure that text is displayed in full without being truncated in Dart's print.

Parameters

NameTypeRequiredDefault
textString

Returns

No return values

Examples

dart
console('Hello');

Released under the MIT License