Restore constructor

Restore({
  1. String? type,
})

Implementation

Restore({
  this.type,
});