Query constructor

Query({
  1. String? from,
  2. String? to,
})

Implementation

Query({this.from, this.to});