arguments property Null safety
Return the explicit arguments (there are always implicit index
and
name
leading arguments) to the invoked constructor, or null
if this
constant does not provide any explicit arguments.
Implementation
EnumConstantArguments? get arguments;