menu
blockchain_utils package
documentation
exception/exception/exception.dart
BlockchainUtilsException
BlockchainUtilsException const constructor
BlockchainUtilsException const constructor
dark_mode
light_mode
BlockchainUtilsException
constructor
const
BlockchainUtilsException
(
String
message
, {
Map
<
String
,
dynamic
>
?
details
,
})
Implementation
const BlockchainUtilsException(this.message, {this.details});
blockchain_utils package
documentation
exception/exception/exception
BlockchainUtilsException
BlockchainUtilsException const constructor
BlockchainUtilsException class