typeArguments property

TypeArgumentList? typeArguments

Return 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;