UrlMap constructor
UrlMap({
- ApiEndpointHandler? apiEndpoint,
- String? authFailAction,
- String? login,
- String? redirectHttpResponseCode,
- ScriptHandler? script,
- String? securityLevel,
- StaticFilesHandler? staticFiles,
- String? urlRegex,
Implementation
UrlMap({
this.apiEndpoint,
this.authFailAction,
this.login,
this.redirectHttpResponseCode,
this.script,
this.securityLevel,
this.staticFiles,
this.urlRegex,
});