JsonDecoder<T> typedef

JsonDecoder<T> = T Function(dynamic json)

JSON 解析器类型

Implementation

typedef JsonDecoder<T> = T Function(dynamic json);