updaters property

  1. @override
NodeListImpl<ExpressionImpl> updaters
override

Return the list of expressions run after each execution of the loop body.

Implementation

@override
NodeListImpl<ExpressionImpl> get updaters => _updaters;