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