body property

FutureOr<bool> Function(int i) body
final

The for body/block.

Implementation

final FutureOr<bool> Function(int i) body;