BackendRule constructor
BackendRule({
- String selector = '',
- String address = '',
- double deadline = 0,
- double minDeadline = 0,
- double operationDeadline = 0,
- BackendRule_PathTranslation pathTranslation = BackendRule_PathTranslation.$default,
- String? jwtAudience,
- bool? disableAuth,
- String protocol = '',
- 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);