APIOperation class Null safety

Represents a HTTP operation (a path/method pair) in the OpenAPI specification.

Inheritance

Constructors

APIOperation()

Properties

castMap Map<String, Cast>
read-only
consumes List<String?>?
read / write
deprecated bool?
read / write
description String?
read / write
extensions Map<String, dynamic>
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
id String?
read / write
parameters List<APIParameter?>?
read / write
produces List<String?>?
read / write
referenceURI Uri?
read / writeinherited
responses Map<String, APIResponse?>?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
schemes List<String?>?
read / write
security List<Map<String, List<String>>?>?
read / write
summary String?
read / write
tags List<String?>?
read / write

Methods

decode(KeyedArchive object) → void
override
encode(KeyedArchive object) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited