typeString property

String get typeString

The type of the parameter as a string according to OpenAPI specification.

Implementation

String get typeString => ApiDoc.dartTypeToOpenApi(T.toString());