Bip32PathError constructor

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

Implementation

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