CryptoException constructor
const
CryptoException({
- required String message,
- Object? cause,
- StackTrace? stackTrace,
Implementation
const CryptoException({
required this.message,
this.cause,
this.stackTrace,
});