messageDefinition property
Implementation
@override
String get messageDefinition {
// Returns full string definition for message
return '''# roslib/Clock is used for publishing simulated time in ROS.
# This message simply communicates the current time.
# For more information, see http://www.ros.org/wiki/Clock
time clock
''';
}