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