toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (authentication != null) 'authentication': authentication!,
  if (serviceDirectoryConfig != null)
    'serviceDirectoryConfig': serviceDirectoryConfig!,
  if (textSchema != null) 'textSchema': textSchema!,
  if (tlsConfig != null) 'tlsConfig': tlsConfig!,
};