BackendRule constructor

BackendRule({
  1. String selector = '',
  2. String address = '',
  3. double deadline = 0,
  4. double minDeadline = 0,
  5. double operationDeadline = 0,
  6. BackendRule_PathTranslation pathTranslation = BackendRule_PathTranslation.$default,
  7. String? jwtAudience,
  8. bool? disableAuth,
  9. String protocol = '',
  10. Map<String, BackendRule> overridesByRequestProtocol = const {},
})

Implementation

BackendRule({
  this.selector = '',
  this.address = '',
  this.deadline = 0,
  this.minDeadline = 0,
  this.operationDeadline = 0,
  this.pathTranslation = BackendRule_PathTranslation.$default,
  this.jwtAudience,
  this.disableAuth,
  this.protocol = '',
  this.overridesByRequestProtocol = const {},
}) : super(fullyQualifiedName);