CryptoSignException constructor

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

Implementation

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