ServerpodServerConfigMap class

The configuration sections for the serverpod server configuration file.

Constructors

ServerpodServerConfigMap()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

port → const String
The port for the server.
publicHost → const String
The public address for the server.
publicPort → const String
The public port for the server.
publicScheme → const String
The public scheme for the server.