restrictedTimeAtEnd property
Restricted time at begin
Implementation
int get restrictedTimeAtEnd {
if (hasRestrictedBeginEndDifferentiation) {
return (restrictedTimeS * ndBeginEndRatio).round();
}
return 0;
}
Restricted time at begin
int get restrictedTimeAtEnd {
if (hasRestrictedBeginEndDifferentiation) {
return (restrictedTimeS * ndBeginEndRatio).round();
}
return 0;
}