$Status01 constructor

$Status01({
  1. String? code,
  2. String? description,
})

Implementation

$Status01({
  this.code,
  this.description,
});