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