PreciseCoverageDeltaUpdateEvent class

Constructors

PreciseCoverageDeltaUpdateEvent({required num timestamp, required String occasion, required List<ScriptCoverage> result})
PreciseCoverageDeltaUpdateEvent.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
occasion String
Identifier for distinguishing coverage events.
final
result List<ScriptCoverage>
Coverage data for the current isolate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp num
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
final

Methods

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

Operators

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