APIServerVariable class
An object representing a Server Variable for server URL template substitution.
Constructors
-
APIServerVariable(String? defaultValue, {List<
String> ? availableValues, String? description}) - APIServerVariable.empty()
Properties
-
availableValues
↔ List<
String> ? -
An enumeration of string values to be used if the substitution options are from a limited set.
getter/setter pair
-
castMap
→ Map<
String, Cast> ? -
no setterinherited
- defaultValue ↔ String?
-
The default value to use for substitution, and to send, if an alternate value is not supplied.
getter/setter pair
- description ↔ String?
-
An optional description for the server variable.
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
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