Inheritance
  • Object
  • Interceptor
  • ConsoleBase
Implemented by
Annotations
  • @DocsEditable()
  • @DomName('ConsoleBase')
  • @Experimental()
  • @Native("ConsoleBase")

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')
timeline(String title) → void
@DocsEditable(), @DomName('ConsoleBase.timeline'), @Experimental()
timelineEnd(String title) → void
@DocsEditable(), @DomName('ConsoleBase.timelineEnd'), @Experimental()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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