On empty string this function should return null
@override String? convertFrom(String? value) => value?.isNotEmpty == true ? value : null;