$ContextualKeyword.fromJson constructor
$ContextualKeyword.fromJson(
- Map json_
Implementation
$ContextualKeyword.fromJson(core.Map json_)
: this(keyword: json_['keyword'] as core.String?);
$ContextualKeyword.fromJson(core.Map json_)
: this(keyword: json_['keyword'] as core.String?);