APIHeader class Null safety

Represents a header in the OpenAPI specification.

Inheritance

Constructors

APIHeader()

Properties

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
items ↔ APIProperty?
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
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
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