const RosTime({this.secs = 0, this.nsecs = 0}) : assert(secs >= 0, 'seconds must be > 0'), assert(nsecs >= 0, 'nanoseconds must be > 0');