VolumeSearchInfo.fromJson constructor

VolumeSearchInfo.fromJson(
  1. Map json_
)

Implementation

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