BlockchainUtilsException constructor

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

Implementation

const BlockchainUtilsException(this.message, {this.details});