TestPlanEntry constructor

const TestPlanEntry({
  1. Object? id,
  2. String? selector,
})

Creates a test plan entry.

Implementation

const TestPlanEntry({this.id, this.selector});