OpenApiInfo class
Information about the API
- Annotations
-
- @immutable
Constructors
- OpenApiInfo.new({required OAS schemaVersion, String? apiVersion, String? title, String? summary, String? description})
-
Constructor for OpenApiInfo
const
Properties
- apiVersion → String?
-
Version of the API
final
- description → String?
-
Description of the API
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaVersion → OAS
-
OpenApi version of schema
final
- summary → String?
-
Summary of the API
final
- title → String?
-
Title of the API
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited