Elem constructor Null safety

Elem(
  1. {String name = "",
  2. String id = "",
  3. dynamic widget,
  4. String componentName = ""}
)

Implementation

Elem({this.name="", this.id="", this.widget, this.componentName=""});