restrictedDistanceAtEnd property
int
get
restrictedDistanceAtEnd
Restricted distance at end
Implementation
int get restrictedDistanceAtEnd {
if (hasRestrictedBeginEndDifferentiation) {
return (restrictedDistanceM * ndBeginEndRatio).round();
}
return 0;
}