Console class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

Console({void assert$([bool?, Iterable?])?, void clear()?, void count([String?])?, void countReset([String?])?, void debug([Iterable?])?, void dir([dynamic, dynamic])?, void dirxml([Iterable?])?, void error([Iterable?])?, void group([Iterable?])?, void groupCollapsed([Iterable?])?, void groupEnd()?, void info([Iterable?])?, void log([Iterable?])?, void table([dynamic, List<String>?])?, void time([String?])?, void timeEnd([String?])?, void timeLog([String?, Iterable?])?, void trace([Iterable?])?, void warn([Iterable?])?, void timeStamp([String?])?, void profile([String?])?, void profileEnd([String?])?})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited