SuccessfulHash constructor

const SuccessfulHash({
  1. required String rawHash,
  2. required String normalizedHash,
  3. required bool isBinary,
})

Implementation

const SuccessfulHash({
  required this.rawHash,
  required this.normalizedHash,
  required this.isBinary,
});