Bech32Error constructor

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

The error message associated with this checksum error.

Implementation

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