ListConnections200Response constructor

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

Returns a new ListConnections200Response instance.

Implementation

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