convertFrom abstract method

T? convertFrom(
  1. String? value
)

On empty string this function should return null

Implementation

T? convertFrom(String? value);