TimeReference constructor
TimeReference({
- Header? header,
- RosTime? time_ref,
- String? source,
Implementation
TimeReference({
Header? header,
RosTime? time_ref,
String? source,
}):
this.header = header ?? Header(),
this.time_ref = time_ref ?? RosTime(secs: 0, nsecs: 0),
this.source = source ?? '';