params property

List<DeclareNode> get params

Gets the list of parameter declarations.

Implementation

List<DeclareNode> get params => children.cast<DeclareNode>();