Status$Response constructor

const Status$Response({
  1. Object? status,
})

Implementation

const Status$Response({
  this.status,
});