Query constructor

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

Implementation

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