TestItem constructor

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

Implementation

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