mapper property
TOut Function(TIn value)
mapper
final
The function to map the valid value.
Implementation
final TOut Function(TIn value) mapper;
The function to map the valid value.
final TOut Function(TIn value) mapper;