Console class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- ConsoleBase
- Console
- Annotations
- @DocsEditable()
- @DomName('Console')
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
Constructors
Properties
- memory → MemoryInfo @DocsEditable(), @DomName('Console.memory'), @Experimental(), read / write
- hashCode → int read-only, inherited
- runtimeType → Type read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- assertCondition(
bool condition, Object arg) → void @DocsEditable(), @DomName('ConsoleBase.assert'), @Experimental(), inherited - clear(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.clear'), @Experimental(), inherited - count(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.count'), @Experimental(), inherited - debug(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.debug'), @Experimental(), inherited - dir(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.dir'), @Experimental(), inherited - dirxml(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.dirxml'), @Experimental(), inherited - error(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.error'), @Experimental(), inherited - group(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.group'), @Experimental(), inherited - groupCollapsed(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.groupCollapsed'), @Experimental(), inherited - groupEnd(
) → void @DocsEditable(), @DomName('ConsoleBase.groupEnd'), @Experimental(), inherited - info(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.info'), @Experimental(), inherited - log(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.log'), @Experimental(), inherited - markTimeline(
String title) → void @DocsEditable(), @DomName('ConsoleBase.markTimeline'), @Experimental(), inherited - noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- profile(
String title) → void @DocsEditable(), @DomName('ConsoleBase.profile'), @Experimental(), inherited - profileEnd(
String title) → void @DocsEditable(), @DomName('ConsoleBase.profileEnd'), @Experimental(), inherited - table(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.table'), @Experimental(), inherited - time(
String title) → void @DocsEditable(), @DomName('ConsoleBase.time'), @Experimental(), inherited - timeEnd(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timeEnd'), @Experimental(), inherited - timeline(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timeline'), @Experimental(), inherited - timelineEnd(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timelineEnd'), @Experimental(), inherited - timeStamp(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timeStamp'), @Experimental(), inherited - toString(
) → String inherited -
Returns the result of the JavaScript objects
toString
method. - trace(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.trace'), @Experimental(), inherited - warn(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.warn'), @Experimental(), inherited
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Console-class.html