ServerObjectV3 class

Server object representing a server.

Constructors

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

Properties

description String?
An optional description of the server.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The URL of the server.
final
variables Map<String, ServerVariableObjectV3>?
A map of server variables for the server.
final

Methods

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

Operators

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