CallParams constructor
const
CallParams({})
Implementation
const CallParams({
required this.callType,
required this.serviceName,
this.methodName,
this.memberName,
this.args,
String? instanceId,
InstanceType? instanceType,
String? traceId,
this.waitResult,
}) : _instanceId = instanceId,
_instanceType = instanceType,
_traceId = traceId;