MnemonicException constructor

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

Implementation

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