dartros
msg_utils
RosTime
operator < method
operator <
dartros
msg_utils
RosTime
operator < method
RosTime class
Constructors
RosTime
epoch
fromDateTime
now
Properties
hashCode
nsecs
runtimeType
secs
Methods
isZeroTime
noSuchMethod
toDateTime
toSeconds
toString
Operators
operator +
operator <
operator <=
operator ==
operator >
operator >=
operator <
method
bool
operator <
(
RosTime
other
)
Implementation
bool operator <(RosTime other) => toDateTime() < other.toDateTime();