body property

FutureOr<bool> Function(I i) body
final

The for body/block.

Implementation

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