body property

Future<R> Function(Ref<State> ref) get body

The body to execute within a Ref context.

Implementation

Future<R> Function(Ref<State> ref) get body;