SubstrateKeyError constructor

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

Implementation

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