InputMessagesItemReference class
Item reference-based input messages for pre-built trajectories.
Use this when your evaluation items already contain complete message trajectories that should be used as-is.
- Inheritance
-
- Object
- InputMessages
- InputMessagesItemReference
- Annotations
-
- @immutable
Constructors
- InputMessagesItemReference({required String itemReference})
-
Creates an InputMessagesItemReference.
const
-
InputMessagesItemReference.fromJson(Map<
String, dynamic> json) -
Creates an InputMessagesItemReference from JSON.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- itemReference → String
-
Reference to a variable in the
itemnamespace (e.g., "item.input_trajectory").final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
The type of input messages configuration.
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts to JSON.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override