$NoWrapper.fromJson constructor
$NoWrapper.fromJson(
- Map json_
Implementation
$NoWrapper.fromJson(core.Map json_)
: this(
writeMetadata: json_['writeMetadata'] as core.bool?,
);
$NoWrapper.fromJson(core.Map json_)
: this(
writeMetadata: json_['writeMetadata'] as core.bool?,
);