ConsoleAPICalledEventType enum

Inheritance

Values

log → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('log')
debug → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('debug')
info → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('info')
error → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('error')
warning → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('warning')
dir → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('dir')
dirxml → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('dirxml')
table → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('table')
trace → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('trace')
clear → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('clear')
startGroup → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('startGroup')
startGroupCollapsed → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('startGroupCollapsed')
endGroup → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('endGroup')
assert$ → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('assert')
profile → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('profile')
profileEnd → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('profileEnd')
count → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('count')
timeEnd → const ConsoleAPICalledEventType
const ConsoleAPICalledEventType('timeEnd')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

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

Operators

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

Constants

values → const List<ConsoleAPICalledEventType>
A constant List of the values in this enum, in order of their declaration.