augmented property

  1. @Deprecated(elementModelDeprecationMsg)
  2. @override
AugmentedEnumElement get augmented
override

The result of merging augmentations.

It includes the members of the base element and its augmentations as specified by the merge operations.

Implementation

@Deprecated(elementModelDeprecationMsg)
@override
AugmentedEnumElement get augmented;