toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dedicatedEndpointDisabled != null)
    'dedicatedEndpointDisabled': dedicatedEndpointDisabled!,
  if (dedicatedEndpointEnabled != null)
    'dedicatedEndpointEnabled': dedicatedEndpointEnabled!,
  if (endpointDisplayName != null)
    'endpointDisplayName': endpointDisplayName!,
  if (endpointUserId != null) 'endpointUserId': endpointUserId!,
  if (privateServiceConnectConfig != null)
    'privateServiceConnectConfig': privateServiceConnectConfig!,
};