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