InvocationDetails constructor
InvocationDetails(])
Implementation
InvocationDetails(
this.caller,
this.procedure,
this.receiveProgress, [
String? pptScheme,
String? pptSerializer,
String? pptCipher,
String? pptKeyId,
Map<String, dynamic>? custom,
]) {
this.pptScheme = pptScheme;
this.pptSerializer = pptSerializer;
this.pptCipher = pptCipher;
this.pptKeyId = pptKeyId;
if (custom != null) {
this.custom.addAll(custom);
}
}