Mode constructor
Mode({})
Implementation
Mode(
{this.id,
this.name,
this.label,
this.classNames,
this.type,
this.description,
this.defaultSelected,
this.selectType,
this.componentKey,
this.componentType,
this.code,
this.enabled,
this.exclusive});