Dox class

Constructors

Dox()
factory

Properties

authGuard Guard?
auth guard
getter/setter pair
config AppConfig
get app config
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server DoxServer
get dox http server
no setter

Methods

initialize(AppConfig config) Future<void>
initialize dox application
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAuthConfig(AuthConfigInterface authConfig) → void
set authorization config and this function can only call after initialize()
toString() String
A string representation of this object.
inherited

Operators

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