CreateStatus200Response constructor
CreateStatus200Response({
- required CreateStatus200ResponseType statusType,
- Status? status,
- ScheduledStatus? scheduledStatus,
Implementation
CreateStatus200Response({
required this.statusType,
this.status,
this.scheduledStatus,
});