CheckStatusResponse constructor

CheckStatusResponse({
  1. String? description,
  2. String? state,
})

Implementation

CheckStatusResponse({
  this.description,
  this.state,
});