staticDuration property
The duration of traveling through the route without taking traffic conditions into consideration.
Implementation
@$pb.TagNumber(6)
$10.Duration get staticDuration => $_getN(5);
Implementation
@$pb.TagNumber(6)
set staticDuration($10.Duration v) {
setField(6, v);
}