TrajectorySegmentMetadata class abstract final

This struct is here to automatically generate protobuf parsing functions It is not to be used in platform code

Inheritance
Implemented types

Constructors

TrajectorySegmentMetadata(int time, int duration)
factory

Properties

duration int
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeFactory → StructFactory
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
no setter

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 ==(covariant TrajectorySegmentMetadata other) bool
The equality operator.
override

Static Properties

factory → StructFactory<TrajectorySegmentMetadata>
final