toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (checkpointId != null) 'checkpointId': checkpointId!,
  if (deployedModelId != null) 'deployedModelId': deployedModelId!,
  if (endpoint != null) 'endpoint': endpoint!,
};