Query constructor

Query({
  1. String? c,
  2. String? k,
})

Implementation

Query({this.c,this.k});