BcryptHashDigest constructor
const
BcryptHashDigest(
- BcryptContext ctx,
- Uint8List bytes
Implementation
const BcryptHashDigest(this.ctx, Uint8List bytes) : super(bytes);
const BcryptHashDigest(this.ctx, Uint8List bytes) : super(bytes);