Marker for a generated (or hand-written) ROS 2 message type.
Implementations are value types: immutable, with structural equality, so they can be compared, cached and used as Flutter widget inputs safely.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> - The rosbridge JSON representation of this message.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited