OpenApiContentType.parse constructor

OpenApiContentType.parse(
  1. String value
)

Parses the value as returned by toString

Implementation

factory OpenApiContentType.parse(String value) {
  return OpenApiContentType._(value);
}