Inheritance
Annotations
  • @DocsEditable()
  • @DomName('Console')

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only

Constructors

Console.internal_()

Properties

memory MemoryInfo

@DocsEditable(), @DomName('Console.memory'), @Experimental(), read / write
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(), inherited
clear(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.clear'), @Experimental(), inherited
count(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.count'), @Experimental(), inherited
debug(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.debug'), @Experimental(), inherited
dir(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.dir'), @Experimental(), inherited
dirxml(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.dirxml'), @Experimental(), inherited
error(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.error'), @Experimental(), inherited
group(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.group'), @Experimental(), inherited
groupCollapsed(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.groupCollapsed'), @Experimental(), inherited
groupEnd() → void

@DocsEditable(), @DomName('ConsoleBase.groupEnd'), @Experimental(), inherited
info(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.info'), @Experimental(), inherited
log(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.log'), @Experimental(), inherited
markTimeline(String title) → void

@DocsEditable(), @DomName('ConsoleBase.markTimeline'), @Experimental(), inherited
noSuchMethod(Invocation invocation) → dynamic

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

inherited
profile(String title) → void

@DocsEditable(), @DomName('ConsoleBase.profile'), @Experimental(), inherited
profileEnd(String title) → void

@DocsEditable(), @DomName('ConsoleBase.profileEnd'), @Experimental(), inherited
table(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.table'), @Experimental(), inherited
time(String title) → void

@DocsEditable(), @DomName('ConsoleBase.time'), @Experimental(), inherited
timeEnd(String title) → void

@DocsEditable(), @DomName('ConsoleBase.timeEnd'), @Experimental(), inherited
timeline(String title) → void

@DocsEditable(), @DomName('ConsoleBase.timeline'), @Experimental(), inherited
timelineEnd(String title) → void

@DocsEditable(), @DomName('ConsoleBase.timelineEnd'), @Experimental(), inherited
timeStamp(String title) → void

@DocsEditable(), @DomName('ConsoleBase.timeStamp'), @Experimental(), inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited
trace(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.trace'), @Experimental(), inherited
warn(Object arg) → void

@DocsEditable(), @DomName('ConsoleBase.warn'), @Experimental(), inherited