TestItem constructor
TestItem({
- bool? featuredPart,
- String? gaia,
- String? id,
- TestItemTestItemSnippet? snippet,
Implementation
TestItem({
this.featuredPart,
this.gaia,
this.id,
this.snippet,
});