Motion.empty constructor
      
      Motion.empty()
     
    
Creates an empty Motion object.
Implementation
Motion.empty()
    : idV1 = '',
      owner = Relative.empty(),
      _originalIsEnabled = false,
      isEnabled = false,
      hasMotion = false,
      isValidMotion = false,
      super.empty();