converter property Null safety

EditorValueConverter<T?> converter
final

Mandatory field to convert between the String entered by the user and the expected type T. This is also the result passed to the Navigator.

Implementation

final EditorValueConverter<T?> converter;