VolumeSearchInfo constructor

VolumeSearchInfo({
  1. String? textSnippet,
})

Implementation

VolumeSearchInfo({
  this.textSnippet,
});