AdditionalContext class

Provides additional context to a scan. This makes sense in a workflow, where a scan is connected to other TireTread scans or other information in a larger context.

Constructors

AdditionalContext()
Creates a new instance of AdditionalContext.
AdditionalContext.fromJson(Map<String, dynamic> json)
Creates an AdditionalContext instance from a JSON object.
factory

Properties

correlationId String?
An optional correlation ID to connect this scan with other scans or data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tirePosition TirePosition?
The position of the tire being scanned.
getter/setter pair

Methods

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

Operators

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