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