GuiCodeType constructor

GuiCodeType({
  1. String? type,
})

Returns a new GuiCodeType instance.

Implementation

GuiCodeType({
  this.type,
});