parserForTypeInfo<T> static method

TypeElementParser<T>? parserForTypeInfo<T>(
  1. TypeInfo typeInfo
)

Implementation

static TypeElementParser<T>? parserForTypeInfo<T>(TypeInfo typeInfo) =>
    _parserForTypeInfo(typeInfo) as TypeElementParser<T>?;