UpdateTypeResponse constructor

UpdateTypeResponse({
  1. Type? type,
})

Implementation

UpdateTypeResponse({
  this.type,
});