On empty string this function should return null
@override int? convertFrom(String? value) => int.tryParse(value ?? '');