ClassParserAction constructor
Implementation
ClassParserAction({this.symbol, this.parserSymbol, this.typeArgument}) {
this.parser = GlobalJsonParserInstance.getParser(parserSymbol);
this.fieldName = MirrorSystem.getName(symbol);
if (this.typeArgument != null) {
this.typeArgumentSymbol = reflectType(this.typeArgument).simpleName;
}
}