ComparisonResult<T> class final Output and Comparison

The result of a pixel comparison test.

Properties

difference double
The calculated percentage of pixel difference between two pixel buffers.
final
hashCode int
The hash code for this object.
no setterinherited
isDifferent bool
Whether the two pixel buffers were considered different.
no setter
isIdentical bool
Whether the two pixel buffers were considered identical.
no setter
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
toString() String
A string representation of this object.
override

Operators

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