FieldToPropertyConverter<P extends Object, F extends Object> typedef

FieldToPropertyConverter<P extends Object, F extends Object> = SomeConversionResult<P> Function(F?, Locale)

A function which converts form field input value F to property value P.

Locale can be used to localize value for form field.

Implementation

typedef FieldToPropertyConverter<P extends Object, F extends Object>
    = SomeConversionResult<P> Function(F?, Locale);