APIServerDescription class Null safety
An object representing a Server.
Constructors
-
APIServerDescription(Uri? url, {String? description, Map<
String, APIServerVariable> ? variables}) - APIServerDescription.empty()
Properties
-
castMap
→ Map<
String, Cast> -
read-only, inherited
- description ↔ String?
-
An optional string describing the host designated by the URL. [...]
read / write
-
extensions
↔ Map<
String, dynamic> -
read / write, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- referenceURI ↔ Uri
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- 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