LanguageTag.fromJson constructor

LanguageTag.fromJson(
  1. Map json_
)

Implementation

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