PedersenHashException constructor

const PedersenHashException(
  1. String message, {
  2. Map<String, String?>? details,
})

Implementation

const PedersenHashException(super.message, {super.details});