$ContextualKeyword.fromJson constructor

$ContextualKeyword.fromJson(
  1. Map json_
)

Implementation

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