APIServerDescription class Null safety

An object representing a Server.

Inheritance

Constructors

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

Properties

castMap Map<String, Cast>?
read-onlyinherited
description String?
An optional string describing the host designated by the URL.
read / write
extensions Map<String, dynamic>
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
referenceURI Uri?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url Uri?
A URL to the target host.
read / write
variables Map<String, APIServerVariable?>?
A map between a variable name and its value.
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