CustomParser<T> constructor

CustomParser<T>(
  1. T parser(
    1. dynamic rawData
    )
)

Implementation

CustomParser(this.parser);