arguments property
ArgumentList?
get
arguments
Return the arguments to the constructor being invoked, or null
if this
annotation is not the invocation of a constructor.
Implementation
ArgumentList? get arguments;