process property

FutureOr<T?> Function(R, ContextData) process
final

The function that transforms the intermediate type into the output type.

As with normal converters, this function should not throw but can return null to indicate parsing failure.

Implementation

final FutureOr<T?> Function(R, ContextData) process;