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