APIParameter class Null safety

Represents a parameter in the OpenAPI specification.

Inheritance

Constructors

APIParameter()

Properties

allowEmptyValue bool
read / write
castMap Map<String, Cast>?
read-onlyinherited
collectionFormat ↔ APICollectionFormat?
read / writeinherited
defaultValue ↔ dynamic
read / writeinherited
description String?
read / write
enumerated List?
read / writeinherited
exclusiveMaximum bool?
read / writeinherited
exclusiveMinimum bool?
read / writeinherited
extensions Map<String, dynamic>
read / writeinherited
format String?
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
isRequired bool
read / write
items ↔ APIProperty?
read / write
location APIParameterLocation?
read / write
maximum num?
read / writeinherited
maxItems int?
read / writeinherited
maxLength int?
read / writeinherited
minimum num?
read / writeinherited
minItems int?
read / writeinherited
minLength int?
read / writeinherited
multipleOf num?
read / writeinherited
name String?
read / write
pattern String?
read / writeinherited
referenceURI Uri?
read / writeinherited
representation → APISchemaRepresentation
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
schema APISchemaObject?
read / write
type APIType?
read / writeinherited
uniqueItems bool?
read / writeinherited

Methods

decode(KeyedArchive object) → void
encode(KeyedArchive object) → void
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