LazyInvocationPayload constructor
LazyInvocationPayload({
- required int requestId,
- required int registrationId,
- required bool receiveProgress,
- required InvocationPayloadResponder respondWith,
- required bool isResponseClosed(),
- required LazyMessagePayload payload,
- bool progress = false,
- int? timeout,
- int? caller,
- String? procedure,
- String? pptScheme,
- String? pptSerializer,
- String? pptCipher,
- String? pptKeyId,
- Map<
String, dynamic> ? customDetails,
Implementation
LazyInvocationPayload({
required this.requestId,
required this.registrationId,
required this.receiveProgress,
required this.respondWith,
required this.isResponseClosed,
required this.payload,
this.progress = false,
this.timeout,
this.caller,
this.procedure,
this.pptScheme,
this.pptSerializer,
this.pptCipher,
this.pptKeyId,
this.customDetails,
});