realElement property

Elementbase get realElement

Implementation

Elementbase get realElement {
  return this.anyOf.values.values.first as Elementbase;
}