State$Response constructor

const State$Response({
  1. String? state,
})

Implementation

const State$Response({
  this.state,
});