DwdsEvent class

Constructors

DwdsEvent(String type, Map<String, dynamic> payload)
DwdsEvent.compilerUpdateDependencies(String entrypoint)
DwdsEvent.debuggerReady(int elapsedMilliseconds, String screen)
DwdsEvent.devtoolsLaunch()
DwdsEvent.devToolsLoad(int elapsedMilliseconds, String screen)
DwdsEvent.dwdsAttach({required String client, bool? isFlutterApp})
DwdsEvent.dwdsLaunch({required String codeRunner, bool? isFlutterApp})
DwdsEvent.evaluate(String expression, Response? result)
DwdsEvent.evaluateInFrame(String expression, Response? result)
DwdsEvent.fullReload()
DwdsEvent.getIsolate()
DwdsEvent.getScripts()
DwdsEvent.getSourceReport()
DwdsEvent.getVM()
DwdsEvent.hotRestart()
DwdsEvent.httpRequestException(String server, String exception)
DwdsEvent.resume(String? step)

Properties

hashCode int
The hash code for this object.
no setterinherited
payload Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

addElapsedTime(int elapsedMilliseconds) → void
addException(dynamic exception) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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