GetTypeResponse constructor

GetTypeResponse({
  1. Type? type,
})

Implementation

GetTypeResponse({
  this.type,
});