arguments property
ArgumentList?
get
arguments
The arguments to the constructor being invoked, or null
if this
annotation isn't the invocation of a constructor.
Implementation
ArgumentList? get arguments;