typeString property
String
get
typeString
Indicates whether the body field is required.
Implementation
String get typeString => ApiDoc.dartTypeToOpenApi(T.toString());
Indicates whether the body field is required.
String get typeString => ApiDoc.dartTypeToOpenApi(T.toString());