TreadDepthResult class

Represents the complete tread depth measurement result from a tire scan.

Contains global measurements, regional measurements, and metadata about the measurement process.

Constructors

TreadDepthResult({TreadResultRegion? global, List<TreadResultRegion>? regions, MeasurementInfo? measurementInfo})
Creates a new instance of TreadDepthResult.
TreadDepthResult.fromJson(Map<String, dynamic> json)
Creates a TreadDepthResult from a JSON map.

Properties

global TreadResultRegion?
Global (average) tread depth measurement across the entire tire.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
measurementInfo MeasurementInfo?
Metadata about the measurement, including UUID and status.
getter/setter pair
minimumValue TreadResultRegion?
Gets the region with the minimum tread depth value.
no setter
regions List<TreadResultRegion>?
List of regional tread depth measurements for specific tire sections.
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 result to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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