DartTestDebugEvent class

Inheritance

Constructors

DartTestDebugEvent({required int suiteID, String? observatory, String? remoteDebugger, required String type, required int time})
DartTestDebugEvent.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
observatory String?
The HTTP URL for the Dart Observatory, or null if the Observatory isn't available for this suite.
final
remoteDebugger String?
The HTTP URL for the remote debugger for this suite's host page, or null if no remote debugger is available for this suite.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suiteID int
The suite for which debug information is reported.
final
time int
finalinherited
type String
finalinherited

Methods

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

Operators

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

Constants

thisType → const String