ItemFromString<T> typedef

ItemFromString<T> = T? Function(String string)

Implementation

typedef T? ItemFromString<T>(String string);