Eval constructor
Eval(
- WidgetModel? parent, {
- String? id,
- String? source,
- String? target,
Implementation
Eval(WidgetModel? parent, {String? id, this.source, this.target})
: super(parent, id);