arguments property

  1. @override
List arguments
override

Returns a list containing all arguments.

It allows access to these properties as a list, which can be useful for operations that require a list of arguments.

Implementation

@override
List get arguments => [...super.arguments, arg3];