AlgoBcrypt constructor

AlgoBcrypt({
  1. required String type,
})

Implementation

AlgoBcrypt({
    required this.type,
});