SubstratePathError constructor

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

Implementation

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