argumentList property

  1. @override
ArgumentListImpl argumentList
override

Return the list of arguments to the method.

Implementation

@override
ArgumentListImpl get argumentList => _argumentList;
void argumentList=(ArgumentListImpl argumentList)

Implementation

set argumentList(ArgumentListImpl argumentList) {
  _argumentList = _becomeParentOf(argumentList);
}