toJson method

Map<String, dynamic> toJson()

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!,
    };