toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (barrier != null) 'barrier': barrier!,
if (cached != null) 'cached': cached!,
if (callsite != null) 'callsite': callsite!,
if (name != null) 'name': name!,
if (nodeId != null) 'nodeId': nodeId!,
if (outputDeterministicLevel != null)
'outputDeterministicLevel': outputDeterministicLevel!,
};