FromJsonList<T> typedef

FromJsonList<T> = T Function(List json)

Implementation

typedef FromJsonList<T> = T Function(List json);