parameterTypeName property

String parameterTypeName

When the field element type is a generic, returns the first type parameter type name

Implementation

String get parameterTypeName =>
    parameterType.getDisplayString(withNullability: false);