argumentList property Null safety
Return the list of arguments to the override. In valid code this will contain a single argument, which evaluates to the object being extended.
Implementation
ArgumentList get argumentList;
Return the list of arguments to the override. In valid code this will contain a single argument, which evaluates to the object being extended.
ArgumentList get argumentList;