RelativeRotary.empty constructor

RelativeRotary.empty()

Creates an empty RelativeRotary object.

Implementation

RelativeRotary.empty()
    : idV1 = "",
      owner = Relative.empty(),
      lastEvent = RelativeRotaryLastEvent.empty(),
      super.empty();