condition property

bool Function(I i) condition
final

The for condition.

Implementation

final bool Function(I i) condition;