BaseWidgetType constructor

BaseWidgetType(
  1. String name,
  2. String fqn
)

Implementation

BaseWidgetType(this.name, this.fqn);