EnterpriseCrmEventbusProtoExecutionTraceInfo.fromJson constructor

EnterpriseCrmEventbusProtoExecutionTraceInfo.fromJson(
  1. Map json_
)

Implementation

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