EnumFromString<T> typedef

EnumFromString<T> = T? Function(String)

Implementation

typedef EnumFromString<T> = T? Function(String);