RegisterOptions constructor
RegisterOptions({})
Implementation
RegisterOptions({
this.discloseCaller,
this.match,
this.invoke,
this.forwardTimeout,
RetryDeduplication? autoDeduplication,
Map<String, dynamic>? custom,
}) {
if (custom != null) {
this.custom.addAll(custom);
}
if (autoDeduplication != null) {
this.autoDeduplication = autoDeduplication;
}
}