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