EIP4631Exception constructor

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

Implementation

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