HmacImportParams constructor
HmacImportParams({
- HashAlgorithmIdentifier? hash,
- num? length,
- String? name,
Implementation
factory HmacImportParams({
_i3.HashAlgorithmIdentifier? hash,
_i2.num? length,
_i2.String? name,
}) =>
HmacImportParams._(
hash: hash ?? _i6.undefined,
length: length,
name: name,
);