Console class

Properties

memory MemoryInfo
@DomName('Console.memory'), read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

assertCondition(bool condition, Object arg) → void
@DomName('Console.assertCondition')
clear(Object arg) → void
@DomName('Console.clear')
count(Object arg) → void
@DomName('Console.count')
debug(Object arg) → void
@DomName('Console.debug')
dir(Object arg) → void
@DomName('Console.dir')
dirxml(Object arg) → void
@DomName('Console.dirxml')
error(Object arg) → void
@DomName('Console.error')
group(Object arg) → void
@DomName('Console.group')
groupCollapsed(Object arg) → void
@DomName('Console.groupCollapsed')
groupEnd() → void
@DomName('Console.groupEnd')
info(Object arg) → void
@DomName('Console.info')
log(Object arg) → void
@DomName('Console.log')
markTimeline(Object arg) → void
@DomName('Console.markTimeline')
profile(String title) → void
@DomName('Console.profile')
profileEnd(String title) → void
@DomName('Console.profileEnd')
table(Object arg) → void
@DomName('Console.table')
time(String title) → void
@DomName('Console.time')
timeEnd(String title) → void
@DomName('Console.timeEnd')
timeStamp(Object arg) → void
@DomName('Console.timeStamp')
trace(Object arg) → void
@DomName('Console.trace')
warn(Object arg) → void
@DomName('Console.warn')
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 ==(dynamic other) bool
The equality operator. [...]
inherited