condition property
Indicates whether the route was found or not. Independent of status.
Implementation
@$pb.TagNumber(9)
RouteMatrixElementCondition get condition => $_getN(8);
Implementation
@$pb.TagNumber(9)
set condition(RouteMatrixElementCondition v) {
setField(9, v);
}