typeArguments property

TypeArgumentList? get typeArguments

The type arguments applied to the enclosing enum declaration when invoking the constructor, or null if no type arguments were provided.

Implementation

TypeArgumentList? get typeArguments;