ToggleStatusResponse constructor
ToggleStatusResponse({})
Implementation
ToggleStatusResponse({
required this.status,
required this.type,
required this.projectId,
required this.durationInSeconds,
required this.message,
required this.data,
});