AddConnectionResponse constructor
AddConnectionResponse({
- required String id,
Returns a new AddConnectionResponse instance.
Implementation
AddConnectionResponse({
required this.id,
});
Returns a new AddConnectionResponse instance.
AddConnectionResponse({
required this.id,
});