EditorValueConverter<T> typedef Null safety

EditorValueConverter<T> = T Function(String newValue)

Implementation

typedef EditorValueConverter<T> = T Function(String newValue);