Inheritance
Annotations
  • @DocsEditable()
  • @DomName('WorkerConsole')
  • @Experimental()
  • @Native("WorkerConsole")

Properties

hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

assertCondition(bool condition, Object arg) → void
@DocsEditable(), @DomName('ConsoleBase.assert'), @Experimental(), @JSName('assert'), inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
timeline(String title) → void
@DocsEditable(), @DomName('ConsoleBase.timeline'), @Experimental(), inherited
timelineEnd(String title) → void
@DocsEditable(), @DomName('ConsoleBase.timelineEnd'), @Experimental(), inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited