LineData class

Provides details for line coverage.

Annotations
  • @JsonSerializable(createFactory: false)

Constructors

LineData(int lineNumber, {int executionCount = 0, String checksum = ""})
Creates a new line data.

Properties

checksum String
The data checksum.
getter/setter pair
executionCount int
The execution count.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineNumber int
The line number.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this object to a Map in JSON format.
toString() String
Returns a string representation of this object.
override

Operators

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