ServerVariableObjectV3 class

Server variable object representing a server variable for server URL template substitution.

Constructors

ServerVariableObjectV3({required String defaultValue, List<String>? enumValues, String? description})
Creates a ServerVariableObjectV3 with the given parameters.
const
ServerVariableObjectV3.fromMap(Map data)
Creates a ServerVariableObjectV3 from a map.
factory

Properties

defaultValue String
The name of the server variable.
final
description String?
An optional description of the server variable.
final
enumValues List<String>?
An optional list of enumeration values for the server variable.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the ServerVariableObjectV3 to a map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited