DecryptRequest constructor
DecryptRequest({
- String? hash,
Implementation
factory DecryptRequest({
$core.String? hash,
}) {
final $result = create();
if (hash != null) {
$result.hash = hash;
}
return $result;
}