$PlanSummary constructor

$PlanSummary({
  1. List<Map<String, Object?>>? indexesUsed,
})

Implementation

$PlanSummary({
  this.indexesUsed,
});