Console类
属性
- hashCode → int
- 此对象的哈希码。无设置器继承
- memory → MemoryInfo?
-
无设置器
- runtimeType → Type
- 表示对象运行时类型。无设置器继承
方法
-
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 - 访问不存在的方法或属性时触发。继承
-
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 - 此对象的字符串表示。继承
-
trace(
Object? arg) → void -
warn(
Object? arg) → void
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承