returnTypeName property

String returnTypeName

Returns the name of the type of the field element

Implementation

String get returnTypeName =>
    returnType.getDisplayString(withNullability: false);