AlgoMd5 constructor

AlgoMd5({
  1. required String type,
})

Implementation

AlgoMd5({
  required this.type,
});