ExpressionCollection.fromIterable constructor

ExpressionCollection.fromIterable([
  1. Iterable<Expression> iterable = const []
])

Implementation

ExpressionCollection.fromIterable([Iterable<Expression> iterable = const []])
:
    first = CitrusSyntaxList(iterable)
;