operator >= method

bool operator >=(
  1. RosTime other
)

Implementation

bool operator >=(RosTime other) => toDateTime() >= other.toDateTime();