Eval constructor

Eval(
  1. WidgetModel? parent, {
  2. String? id,
  3. String? source,
  4. String? target,
})

Implementation

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