toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final conversationId = this.conversationId;
final spanId = this.spanId;
final traceId = this.traceId;
return {
'conversationId': ?conversationId,
'spanId': ?spanId,
'traceId': ?traceId,
};
}