inputMapper property
A function that maps RunInput
to RunOutput
.
Implementation
final FutureOr<RunOutput> Function(RunInput input) inputMapper;
A function that maps RunInput
to RunOutput
.
final FutureOr<RunOutput> Function(RunInput input) inputMapper;