Type$ constructor

Type$({
  1. String? type,
})

Implementation

Type$({
  this.type,
});