toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  if (openaiConnectorId != null) 'openai_connector_id': openaiConnectorId,
  if (serverUrl != null) 'server_url': serverUrl,
  if (clientSecretId != null) 'client_secret_id': clientSecretId,
};