App class

Constructors

App({required String appName, AuthSettings? authSettings, DBSettings? dbSettings, UserDataSettings? userDataSettings, EmailSettings? emailSettings, StorageSettings? storageSettings, EndpointsSettings? endpoints, required String? backendHost, required DashboardSettings? dashboardSettings, required HttpServerSetting mainServerSettings})

Properties

appName String
no setter
authSettings AuthSettings
no setter
backendHost String
no setter
dashboardSettings DashboardSettings?
final
dbSettings DBSettings
no setter
emailSettings EmailSettings
no setter
endpoints EndpointsSettings
no setter
hashCode int
The hash code for this object.
no setterinherited
mainServerSettings HttpServerSetting
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageSettings StorageSettings
no setter
userDataSettings UserDataSettings
no setter

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