menu
blockchain_utils package
documentation
base64/exception/exception.dart
B64ConverterException
B64ConverterException.new const constructor
B64ConverterException.new const constructor
dark_mode
light_mode
B64ConverterException
constructor
const
B64ConverterException
(
{
Map
<
String
,
dynamic
>
?
details
,
})
Implementation
const B64ConverterException({super.details}) : super("Invalid base64 string.");
blockchain_utils package
documentation
base64/exception/exception
B64ConverterException
B64ConverterException.new const constructor
B64ConverterException class