BlockchainUtilsException constructor

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

Abstract field to hold the exception message.

Implementation

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