CreateTypeResponse constructor

CreateTypeResponse({
  1. Type? type,
})

Implementation

CreateTypeResponse({
  this.type,
});