QueryInfo constructor

QueryInfo({
  1. Map<String, Object?>? optimizationDetails,
})

Implementation

QueryInfo({
  this.optimizationDetails,
});