QueryOption constructor

QueryOption({
  1. String? path,
  2. Object? data,
  3. bool? external,
})

Implementation

QueryOption({this.path,this.data,this.external});