EJsonDecoder<T> typedef

EJsonDecoder<T> = T Function(EJsonValue? ejson)

Implementation

typedef EJsonDecoder<T> = T Function(EJsonValue ejson);