State constructor

State({
  1. String? state,
})

Implementation

State({
  this.state,
});