ListJsonDecoder<T> constructor

ListJsonDecoder<T>(
  1. JsonDecoder<T> baseParser
)

Implementation

ListJsonDecoder(this.baseParser);