ExplainQueryStep constructor

ExplainQueryStep({
  1. String? kind,
  2. List<String>? substeps,
})

Implementation

ExplainQueryStep({
  this.kind,
  this.substeps,
});