APITag class Null safety

Adds metadata to a single tag that is used by the APIOperation.

It is not mandatory to have a APITag per tag defined in the APIOperation instances.

Inheritance

Constructors

APITag(String? name, {String? description})
APITag.empty()

Properties

castMap Map<String, Cast>?
read-onlyinherited
description String?
A short description for the tag.
read / write
extensions Map<String, dynamic>
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
name String?
The name of the tag.
read / write
referenceURI Uri?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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