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