travelTime property

int? travelTime

When Squadron.debugMode is true, travelTime is set by the receiving end and measures the time (in microseconds) it took between the moment the message was serialized and the moment it was deserialized.

Implementation

int? get travelTime => this[_$traveltime];