ConsoleBase class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- ConsoleBase
- Implemented by
- Annotations
- @DocsEditable()
- @DomName('ConsoleBase')
- @Experimental()
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
Constructors
Properties
- 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() - clear(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.clear'), @Experimental() - count(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.count'), @Experimental() - debug(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.debug'), @Experimental() - dir(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.dir'), @Experimental() - dirxml(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.dirxml'), @Experimental() - error(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.error'), @Experimental() - group(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.group'), @Experimental() - groupCollapsed(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.groupCollapsed'), @Experimental() - groupEnd(
) → void @DocsEditable(), @DomName('ConsoleBase.groupEnd'), @Experimental() - info(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.info'), @Experimental() - log(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.log'), @Experimental() - markTimeline(
String title) → void @DocsEditable(), @DomName('ConsoleBase.markTimeline'), @Experimental() - profile(
String title) → void @DocsEditable(), @DomName('ConsoleBase.profile'), @Experimental() - profileEnd(
String title) → void @DocsEditable(), @DomName('ConsoleBase.profileEnd'), @Experimental() - table(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.table'), @Experimental() - time(
String title) → void @DocsEditable(), @DomName('ConsoleBase.time'), @Experimental() - timeEnd(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timeEnd'), @Experimental() - timeline(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timeline'), @Experimental() - timelineEnd(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timelineEnd'), @Experimental() - timeStamp(
String title) → void @DocsEditable(), @DomName('ConsoleBase.timeStamp'), @Experimental() - trace(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.trace'), @Experimental() - warn(
Object arg) → void @DocsEditable(), @DomName('ConsoleBase.warn'), @Experimental() - noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited -
Returns the result of the JavaScript objects
toString
method.
© 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/ConsoleBase-class.html