UrlMap constructor

UrlMap({
  1. ApiEndpointHandler? apiEndpoint,
  2. String? authFailAction,
  3. String? login,
  4. String? redirectHttpResponseCode,
  5. ScriptHandler? script,
  6. String? securityLevel,
  7. StaticFilesHandler? staticFiles,
  8. String? urlRegex,
})

Implementation

UrlMap({
  this.apiEndpoint,
  this.authFailAction,
  this.login,
  this.redirectHttpResponseCode,
  this.script,
  this.securityLevel,
  this.staticFiles,
  this.urlRegex,
});