normalParametersTypeReflection property

List<TypeReflection> normalParametersTypeReflection

Returns the normalParameters TypeReflections.

Implementation

List<TypeReflection> get normalParametersTypeReflection =>
    _normalParametersTypeReflection ??= List<TypeReflection>.unmodifiable(
        normalParameters.map((e) => e.type));