TestItem constructor

TestItem({
  1. bool? featuredPart,
  2. String? gaia,
  3. String? id,
  4. TestItemTestItemSnippet? snippet,
})

Implementation

TestItem({
  this.featuredPart,
  this.gaia,
  this.id,
  this.snippet,
});