arguments property

dynamic get arguments

give current arguments

Implementation

dynamic get arguments {
  return args();
}