Json constructor
Json({
- Value? json,
Implementation
factory Json({
$0.Value? json,
}) {
final $result = create();
if (json != null) {
$result.json = json;
}
return $result;
}
factory Json({
$0.Value? json,
}) {
final $result = create();
if (json != null) {
$result.json = json;
}
return $result;
}