VolumeSearchInfo.fromJson constructor
VolumeSearchInfo.fromJson(
- Map json_
Implementation
VolumeSearchInfo.fromJson(core.Map json_)
: this(
textSnippet: json_['textSnippet'] as core.String?,
);