exceedingMaxSpeedLimit property
      
      bool
      get
      exceedingMaxSpeedLimit
      
    
    
Флаг превышения максимальной разрешенной скорости.
Implementation
bool get exceedingMaxSpeedLimit {
  bool res = _CModel_exceedingMaxSpeedLimit(_CModelMakeDefault().._impl=_self);
  return res;
}