APIServerDescription class

An object representing a Server.

Inheritance

Constructors

APIServerDescription(Uri? url, {String? description, Map<String, APIServerVariable?>? variables})
APIServerDescription.empty()

Properties

castMap Map<String, Cast>?
no setterinherited
description String?
An optional string describing the host designated by the URL.
getter/setter pair
extensions Map<String, dynamic>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
referenceURI Uri?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri?
A URL to the target host.
getter/setter pair
variables Map<String, APIServerVariable?>?
A map between a variable name and its value.
getter/setter pair

Methods

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