factory AlgoBcrypt.fromMap(Map<String, dynamic> map) { return AlgoBcrypt(type: map['type'].toString()); }