$Shared14.fromJson constructor
$Shared14.fromJson(
- Map json_
Implementation
$Shared14.fromJson(core.Map json_)
: this(
value:
json_.containsKey('value') ? json_['value'] as core.String : null,
);