ListPostgenIntegrations200Response constructor

ListPostgenIntegrations200Response({
  1. required String message,
  2. List<PostgenIntegrations> data = const [],
})

Returns a new ListPostgenIntegrations200Response instance.

Implementation

ListPostgenIntegrations200Response({
  required this.message,
  this.data = const [],
});