StatusResult constructor

StatusResult({
  1. String? type,
})

Implementation

StatusResult({
  this.type,
});