B64ConverterException constructor

const B64ConverterException({
  1. Map<String, dynamic>? details,
})

Implementation

const B64ConverterException({super.details})
  : super("Invalid base64 string.");