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