Console class
Properties
- hashCode â int
-
The hash code for this object.
no setterinherited
- memory â MemoryInfo?
-
no setter
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
assertCondition(
[bool? condition, Object? arg]) â void -
clear(
[Object? arg]) â void -
count(
[Object? arg]) â void -
countReset(
[String? arg]) â void -
debug(
Object? arg) â void -
dir(
[Object? item, Object? options]) â void -
dirxml(
Object? arg) â void -
error(
Object? arg) â void -
group(
Object? arg) â void -
groupCollapsed(
Object? arg) â void -
groupEnd(
) â void -
info(
Object? arg) â void -
log(
Object? arg) â void -
markTimeline(
Object? arg) â void -
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
profile(
[String? title]) â void -
profileEnd(
[String? title]) â void -
table(
[Object? tabularData, List< String> ? properties]) â void -
time(
[String? label]) â void -
timeEnd(
[String? label]) â void -
timeLog(
[String? label, Object? arg]) â void -
timeStamp(
[Object? arg]) â void -
toString(
) â String -
A string representation of this object.
inherited
-
trace(
Object? arg) â void -
warn(
Object? arg) â void
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited