version property

  1. @JsonKey(name: 'openapi')
String get version
inherited

This string must be the version number of the OpenAPI Specification that the OpenAPI document uses. This is not related to the API Info.version string. By default, this generator uses 3.0.3.

Implementation

@JsonKey(name: 'openapi')
String get version => throw _privateConstructorUsedError;