Inheritance
Implemented by
Annotations
  • DocsEditable()
  • DomName('ConsoleBase')
  • Experimental()

Static Properties

instanceRuntimeType Type

read-only

Constructors

ConsoleBase.internal_()

Properties

hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

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

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited