EnterpriseCrmEventbusProtoExecutionTraceInfo.fromJson constructor
EnterpriseCrmEventbusProtoExecutionTraceInfo.fromJson(
- Map json_
Implementation
EnterpriseCrmEventbusProtoExecutionTraceInfo.fromJson(core.Map json_)
: this(
parentEventExecutionInfoId:
json_['parentEventExecutionInfoId'] as core.String?,
traceId: json_['traceId'] as core.String?,
);