Constructors
- AppConfig({required String host, required int port, String? prefix = _defaultPrefix})
-
const
- AppConfig.defaultApp()
-
const
- AppConfig.secure({required String host, required int port, required SecurityContext securityContext, bool requestClientCertificate = false, String? prefix = _defaultPrefix})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String
-
final
- port → int
-
final
- prefix → String?
-
final
- requestClientCertificate → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityContext → SecurityContext?
-
final
Methods
-
configureDependencies(
DI di) → Future< void> -
initializeDI(
) → DI -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onServerStarted(
HttpServer server) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited