ServerConfig class

Constructors

ServerConfig({required String version, required bool emailEnabled, required bool inviteOnly, required bool captchaEnabled, required String? captcha, required String wsURL, required String appURL, required String vapid, required dynamic autumnURL, required dynamic januaryURL, required dynamic vosoURL, required dynamic vosoWS})
Create server config

Properties

appURL String
getter/setter pair
autumn ↔ _Autumn?
getter/setter pair
captcha String?
getter/setter pair
captchaEnabled bool
getter/setter pair
emailEnabled bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteOnly bool
getter/setter pair
january ↔ _January?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vapid String
getter/setter pair
version String
getter/setter pair
voso ↔ _Voso?
getter/setter pair
wsURL String
getter/setter pair

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