ListPostgenIntegrations200Response constructor
ListPostgenIntegrations200Response({
- required String message,
- List<
PostgenIntegrations> data = const [],
Returns a new ListPostgenIntegrations200Response instance.
Implementation
ListPostgenIntegrations200Response({
required this.message,
this.data = const [],
});